Glimpse / Home

Project Glimpse: Node Edition - Spend less time debugging and more time developing.
http://node.getglimpse.com
Other
252 stars 9 forks source link

[Request] Cookie tab in request/response view #25

Closed lostintangent closed 7 years ago

lostintangent commented 8 years ago

For requests/responses with a decent number of cookies being transmitted, it can be tricky to parse the key-value pairs when reading it as a single line. It would be awesome to have a structured visualization of this data, that was sortable by name. I'm sure this is on the backlog, so I just wanted to log it as part of my first-experience usage.

You guys already provide a richer view of form data and query strings, so having a better way to view cookies would help "complete" the core experience for profiling requests/responses in a way that many folks may be familiar with from other tools.

nikmd23 commented 8 years ago

100% agree @lostintangent. Here's the mock we've done for this feature, and it would appear on both the Request tab as well as the Web Services tab.

Early feedback on this design is welcome and wanted.

cookies

I will note, we don't currently have cookie sorting support in the mock. That's something we'll have to consider.

nikmd23 commented 7 years ago

👍

nikmd23 commented 7 years ago

This is now available in Glimpse for Node 0.16.4. Please see our announcement issue for more information.