chao/RESTClient

Custom Content-Type header is not submitting

Opened this issue · 0 comments

Specified custom favorite header of Content-Type: text/xml and it is showing in the Headers list
Also appears in the curl command: -H 'Content-Type: text/xml'
However my application is receiving: application/x-www-form-urlencoded
The message body is also all encoded, which may be okay for the app but is not necessary.