firebug / websocket-monitor

Not compatible with Firefox Quantum (57 and newer)
Other
146 stars 18 forks source link

Option to log all Http/ all network also #72

Open tgkprog opened 7 years ago

tgkprog commented 7 years ago

Feature request: Have a check box on the preferences tab "Log Http also"/ All TCP/IP. When checked regular Http get, post ... would be logged to. That way I can see the sequence of all network activity of a tab in one place.

janodvarko commented 7 years ago

So, merging HTTP requests displayed in the Network panel together with WS frames displayed in the Web Sockets panel - into one list (sorted by time) would be what you are suggesting, correct?

(btw. I don't think that it's possible to intercept raw low-level TCP/IP traffic using Firefox API).

Honza