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.
You could set an empty Content-Type value for that header.