Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are some good Free HttpDebugging Tools [closed]

I currently use fiddler2 ,paros proxy, Live Http Header and HttpFox.

I would like to know if there are some Free good quality http debugging tools available other than these.

Thanks Again Guys!

like image 515
Sumit Ghosh Avatar asked May 24 '11 12:05

Sumit Ghosh


1 Answers

I would say, Firebug is a pretty good (and free) complement to all these tools you are mentioning. I would also recommend Wireshark. It's a lower level PACKET SNIFFER than the ones you've mentioned, but is has a pretty good HTTP decoder.

like image 165
Pablo Santa Cruz Avatar answered Sep 25 '22 15:09

Pablo Santa Cruz