Question

I am analyzing the POST/GET requests and responses of a web site the API I want to use. Since the traffic is HTTPS I use Firebug on Firefox (as opposed to a proxy like ZAP) - it works great.

I cannot, however, save a session for later analysis.

Which extension would you recommend (Chrome/FF) that would capture POST/GET requests and responses and allow the session to be saved?

Was it helpful?

Solution

I ended up using Fiddler. It allows to break (decode/encode) HTTPS traffic in an intuitive way. The session you save can be annotated, pruned from uninteresting lines, etc.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top