문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top