When I open the extension, the "type" dropdown defaults to JSON like so:
But when I actually make the request, it's text/plain, so I have to select another type then re-select JSON for the Content-Type header to change.
It's not really much of an issue (I can live with it), but I thought it'd be cool if content-type is JSON by default, or at least have the dropdown point at a blank value or something (so it doesn't mislead you to think it's JSON by default).
When I open the extension, the "type" dropdown defaults to
JSON
like so: But when I actually make the request, it'stext/plain
, so I have to select another type then re-selectJSON
for theContent-Type
header to change. It's not really much of an issue (I can live with it), but I thought it'd be cool ifcontent-type
isJSON
by default, or at least have the dropdown point at a blank value or something (so it doesn't mislead you to think it's JSON by default).