Answered question

How to prevent Neoload to set Content-Type header in a POST request when there is no content in the body ?

The tested application does not expect a Content-type header in this case, and returns 415 Unsupported Media Type.
How to design the request in order not to set the Content-type header ?
Thanks.

Marion R.
Marion R.

Marion R.

Level
0
2 / 100
points
Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

You could set an empty Content-Type value for that header.

Did you find this useful ?

No (0)

Yes (0)

0% of users found this answer useful