Closed
Description
For some tests that make a post
request with an empty request body, the contentType is being set to application/x-www-form-urlencoded
.
Example test:
This is due to the behavior of axios
where it automatically sets this contentType if one does not exist.
http server emitters should probably be able to handle the case of a missing content-type when the request body is empty, but it would be surprising to see a content-type that it wasn't expecting.