Different ob2 payload

can anybody help me? I have the same code on ob1 and ob2. but ob2 gives me 404 error

OB1
IMG_20211220_200002_068

OB2
IMG_20211220_200006_499

Did you check your environment settings in OB2?

1 Like

yes, i already checked

Hmm then check in the headers if your input data was sent

1 Like

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)