Sometimes the response body is treated as binary but would be more interesting as text (ie. application/x-www-form-urlencoded). And maybe sometimes a text response would be interesting as binary, this is just an idea.
Manually changing the response type would help. Or at least treating application/x-www-form-urlencoded as text as default in HttpUtil.isTextContentType()?
PS: Also, for application/x-www-form-urlencoded a key/value panel would be useful, but with the possibility to view the response as text, but that would probably be a new issue.
[Specific to UI]
Sometimes the response body is treated as binary but would be more interesting as text (ie. application/x-www-form-urlencoded). And maybe sometimes a text response would be interesting as binary, this is just an idea.
Manually changing the response type would help. Or at least treating application/x-www-form-urlencoded as text as default in HttpUtil.isTextContentType()?
PS: Also, for application/x-www-form-urlencoded a key/value panel would be useful, but with the possibility to view the response as text, but that would probably be a new issue.