Monitoring HTTP traffic with HTTP Toolkit
Monitoring incoming and outgoing HTTP traffic in the browser is easy. We just need to open the network tab of the embedded developer tools (CTRL + SHIFT + E in Firefox), and see what is happening.
But what if we could do the same for any application?
Enter HTTP Toolkit!
HTTP Toolkit can attach itself to any running application like a browser, terminal, or our own app we are developing. Once attached, it makes it very easy to see what requests and responses are going in and out, in a similar style as we know from browsers.
Hope this helps,
Petr