I am looking for an HTTP traffic monitor/sniffer (something like Firefox's HTTPFox) for Safari, for debugging/development purposes.I am using OSX.
Asked
Active
Viewed 1.0k times
4 Answers
5
I didn’t see a extension for Safari, but here are some tools for macOS you could use.
- Wireshark
You could look at Wiresahark (free, but a full blown packet sniffer). Not ideal for just HTTP. - tcpdump (nixCraft article)
It’s command line (free). - Cocoa Packet Analyzer
It’s free, but it’s more like Wireshark.
-
Hi Rogier, I am using Mac system. Thanks for your response. – Subramanian P Aug 23 '12 at 08:07
-
1@Subramanian, then you put that in your question. We don't have crystal balls here. Also, Wireshark has OS X builds. – Adi Aug 23 '12 at 08:34
0
One of the best tools is Fiddler though it is currently only in alpha for Mac & Linux systems. Another pretty good, though not free, tool for Mac OSX that I have found handy in the past is Charles Web Debugging Proxy. Also, consider exploring the debugging tools built into modern versions of Safari; they are very powerful an include a rich amount of network debug information.
(See also this question.)
0
I have used paros proxy to sniff all the http connection. I configure Safari to use the paros for all connection and inspect the traffic.

drizzt.dourden
- 683
- 8
- 20