FeatureRequest: be able to see the full request sent
diegovdev opened this issue ยท 6 comments
diegovdev commented
Overview
Insomnia Version:
5.0.4Operating System:
macOS 10.12.3Summary:
be able to see the full request sent
For debugging purposes it is very useful to be able to see the full request sent (like in Chrome Developer Tools). This way it is clearer what non-explicit info was sent: which headers were sent, which cookies were sent, etc.
gschier commented
diegovdev commented
Nice! that's new right? didn't spot it before. Thanks!
gschier commented
@sapeish yep, since version 5 ๐
SG5 commented
@gschier for multipart/form-data
insomnia doesn't show full content, just (15.2 KB hidden)
gschier commented
Ya, it hides data chunks above a certain size by default to avoid cluttering the timeline. Feel free to make a new issue for that if you want.
lewiscowleschipuk commented
Just a note, this is not the full request. It looks like it's missing the body, which is sent (same as @gschier note, but in different language)