httpnetwork-protocolshttp-protocols

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


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?


Solution

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