Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 754
Stick it to THE MAN Avatar asked Dec 16 '09 17:12

Stick it to THE MAN


4 Answers

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

like image 143
i_am_jorf Avatar answered Oct 26 '22 06:10

i_am_jorf


HttpFox or the venerable LiveHttpHeaders

like image 41
Nick Dixon Avatar answered Oct 26 '22 05:10

Nick Dixon


Yes, you can monitor your connection with Wireshark.

like image 24
Carl Smotricz Avatar answered Oct 26 '22 06:10

Carl Smotricz


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

like image 3
Agos Avatar answered Oct 26 '22 05:10

Agos