Kong/insomnia

FeatureRequest: be able to see the full request sent

diegovdev opened this issue ยท 6 comments

Overview

  • Insomnia Version: 5.0.4
  • Operating System: macOS 10.12.3
  • Summary: 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.

Hey @sapeish. You can see this in the Timeline view of the response pane.

image

Nice! that's new right? didn't spot it before. Thanks!

@sapeish yep, since version 5 ๐Ÿ˜„

SG5 commented

@gschier for multipart/form-data insomnia doesn't show full content, just (15.2 KB hidden)

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.

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)