Solved
Forum Discussion
1 Reply
Sort By
- richieCommunity Hero
Hey thisIsTrue
Yep you can do this - the easy way is to blank out the MediaType dropdown on your request.
The MediaType combo box (combo box = editable dropdown) on your request config is what defines the Content-Type header on your request. If you have a POST with a json payload, then your MediaType combo box is likely set as 'application/json' (although it could be other values).
If you just delete the value from the MediaType combo box and resubmit your POST, you'll see the Content-Type header is no longer present in the request
Cheers,
Rich