can anybody help me? I have the same code on ob1 and ob2. but ob2 gives me 404 error
OB1
OB2
can anybody help me? I have the same code on ob1 and ob2. but ob2 gives me 404 error
OB1
OB2
Did you check your environment settings in OB2?
yes, i already checked
Hmm then check in the headers if your input data was sent
there’s no way the headers are wrong, since I’m using it simultaneously the same code in ob1 and it’s giving me correct feedback
I’m not sure since I don’t have the config
Your going to have to show more than the response. It could be content length, incorrect method, Keep-Alive header, etc
Maybe use fiddler as a proxy and compare the two requests to see how they differ (the raw http request from OB1 via fiddler must match the one printed in the log by OB2)