chuck
chuck copied to clipboard
URL and the request is shown in an encoded format
It would be really easy to read the URL and request if it was decoded properly.
It would be really easy to investigate your issue if you provided some details.
The URL in the "Overview" tab and the data in the "Request" tab is shown like this:
username%3Dchuck
instead of:
username=chuck
Thanks. I'm not sure I want to change this. Chuck doesn't encode anything, so if that's how you send your requests out over the network, then that is what should be recorded and displayed. However, I can see where it might be useful for form encoded bodies etc.
@jgilfelt some type of manual formatting toggle would be cool - such as a "prettify" toggle that would automatically prettify json/xml etc, or decode like @gnumilanix has requested.
that way we can clearly see how it was sent over the wire, or optionally make it more human-readable