Closed codeasashu closed 4 years ago
I couldn't reproduce the issue.
Content-Type
in request section itselfAs you can see, response Content-Type
is application/x-www-form-urlencoded
Content-Type
in Headers section itselfAs you can see, response Content-Type
is application/x-www-form-urlencoded
Ok weird, it works now. Don't know why it happended but seems to be fixed now. I will make sure to check for anything else I might have done to cause this issue. Thanks for taking your time to reply.
Describe the bug Unable to set
application/x-www-form-urlencoded
asContent-Type
header. Setting this header gives me HTTP status code 500, however cUrl is working for the same.To Reproduce Steps to reproduce the behavior:
POST
request tohttps://httpbin.org/post
Expected behavior The response should be same as the output of cUrl
curl -XPOST -H 'Content-Type: application/x-www-form-urlencoded' http://httpbin.org/post
Desktop (please complete the following information):
Additional context I am using https://postwoman.io/ to test this.