app-restconsole
app-restconsole copied to clipboard
Content-Type request header not sent
I noticed a very strange bug:
- I make a POST request with Content-Type "application/x-www-form-urlencoded" and Accept set to a vendor media type.
- The request executes fine and the server returns a response with Content-Type set to the same vendor media type.
- I then press "Send" again, with exactly the same settings, and the Content-Type header is no longer sent with the request.
- This happens for every subsequent request until I change the Content-Type of the response to something like "text/html". After that it starts working again.
Does the Content-Type response header of the previous request somehow affect the Content-Type request header of the next one?
my issue with content type is similar, it actually is set to application/xml if left blank
both issues are certainly not the expected behaviour ... it may be related to new versions of Chrome ... currently investigating.