RESTClient
RESTClient copied to clipboard
Custom Content-Type header is not submitting
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.