I want to post json data to the endpoint using JMeter and I become 400 error. My test case is as follows
The request:
[![enter image description here][1]][1]
Instead of Data I use a legit Data.
The header manager:
[![enter image description here][2]][2]
The header with content-type being provided
[![enter image description here][3]][3]
I do not realy understand why the request is bad. I have the same request in Postman and it is working there just ok.
EDIT: I can not use Script Recorder since there are two Proxies. Use JMeter Proxy against specific Proxy to record requests and that is not working also. [1]: https://i.stack.imgur.com/P3RSe.png [2]: https://i.stack.imgur.com/cRzZ8.png [3]: https://i.stack.imgur.com/l3GmM.png