RESTED icon indicating copy to clipboard operation
RESTED copied to clipboard

Content-type not set to application/x-www-form-urlencoded for POST

Open krupa32 opened this issue 8 years ago • 0 comments

I have a collection with few GET requests and a POST request. When I load and send a GET request, followed by load and send a POST request, the Content-type goes as text/plain instead of application/x-www-form-urlencoded.

However, if I load the POST, change the Request Body->Type to something else and restore it again to URLencoded form data, Content-type goes correctly.

krupa32 avatar Nov 30 '17 06:11 krupa32