开发者

Is there an open source (read free) tool that allows me to see my browser's HTTP commands? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or fav开发者_StackOverfloworite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

Improve this question

I am getting into HTTP protocol specifics and I would like to see/understand the calls my browser makes as it is being used. I use Firebug (with Firefox) to look at/debug AJAX interactions, etc, but don't see the full HTTP conversation.

Is there something similar for viewing HTTP commands issued by a browser?


Fiddler is pretty good for looking at the HTTP level, and wireshark will let you look at whats going on at the TCP level.


HttpFox or the venerable LiveHttpHeaders


Yes, you can monitor your connection with Wireshark.


I use Tamper Data, a Firefox add-on, to see HTTP requests and responses, and to manipulate them.


You can see all the HTTP requests your browser makes for a page (not just AJAX) with the Firebug net panel. Or you can switch to a proxy tool like Fiddler or Charles to see all the http requests made by the browser. If you need more detail, Microsoft VRTA is a free tool that makes netmon data easier to read, and doesn't depend on a proxy.


Proxy from Burp Suite lets you see/modify HTTP requests/responses.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜