I'm developing a web application and I'm trying to check the HTTP traffic is going on whenever a page loads.

Which application can I use? I'm on OS X Lion. I'm fine with either command line based or gui based apps. I just need to know whenever the app does a GET/POST to the server.

link|improve this question
why not good old tcpdump? – MaQleod Oct 15 '11 at 1:50
should add the command to specify http traffic: tcpdump -i <interface> port 80 or 443 – MaQleod Oct 15 '11 at 2:00
Hi! Thanks to your comment. U reminded me of tcpdump and I went to do a search. I didn't know tcpdump could do that! Here is a link to the post which gave me more details on what I wanted. – csl Oct 15 '11 at 7:43
feedback

1 Answer

Wireshark is the best tool for sniffing network traffic. And it works on Lion as this posting demonstrates: http://ask.wireshark.org/questions/5652/osx-lion-release

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.