altair icon indicating copy to clipboard operation
altair copied to clipboard

Request/response log or console

Open pavelsaman opened this issue 4 years ago • 4 comments

Is your feature request related to a problem? Please describe.

Sometimes I find it useful to see low lewel details like exact request and response sent and received. That is HTTP protocol infromation like headers and body.

Describe the solution you'd like

I have something like Postman in mind, a console where it's possible to see either formatted request and response, or in plain text, it looks like this:

formatted version: image

plain text version: image

It could be open as a separate window as well:

image

Describe alternatives you've considered

Using a browser version of Altair and opening browser DevTools.

pavelsaman avatar Dec 15 '20 19:12 pavelsaman

Hey @pavelsaman :wave:,

Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our Open Collective and consider backing us - every little help counts!

https://www.electronjs.org/docs/api/net-log

netLog | Electron
Logging network events for a session.

https://github.com/axifive/netlog-viewer

https://chromium.googlesource.com/catapult/+/master/netlog_viewer/netlog_viewer

https://www.electronjs.org/docs/api/web-request#webrequestoncompletedfilter-listener

imolorhe avatar Mar 22 '21 14:03 imolorhe

@pavelsaman Going through this, it looks like this is going to be a whole lot of work. I can't justify working on this large amount of work with presumably little benefit. Considering this information is already available in dev tools, what benefits are there to implementing this?

imolorhe avatar Mar 22 '21 18:03 imolorhe

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 11 '21 01:06 stale[bot]

Going to close this issue as stale. Feel free to comment here if that is not the case.

imolorhe avatar Jan 27 '24 23:01 imolorhe