chuck icon indicating copy to clipboard operation
chuck copied to clipboard

URL and the request is shown in an encoded format

Open gnumilanix opened this issue 8 years ago • 4 comments

It would be really easy to read the URL and request if it was decoded properly.

gnumilanix avatar Feb 16 '17 05:02 gnumilanix

It would be really easy to investigate your issue if you provided some details.

jgilfelt avatar Feb 16 '17 09:02 jgilfelt

The URL in the "Overview" tab and the data in the "Request" tab is shown like this: username%3Dchuck

instead of: username=chuck

gnumilanix avatar Feb 16 '17 09:02 gnumilanix

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 avatar Feb 16 '17 09:02 jgilfelt

@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

ZakTaccardi avatar Feb 17 '17 19:02 ZakTaccardi