I am looking for an HTTP traffic monitor/sniffer (something like Firefox's HTTPFox) for Safari, for debugging/development purposes.I am using OSX.
Safari HTTP monitor (like HttpFox) on mac
10.2k Views Asked by Subramanian P At
4
There are 4 best solutions below
0

I use Captor to capture HTTPS traffic on mac, you can capture safari traffic also. it is a native APP. you can download it from Apple Mac Store.
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.
I didn’t see a extension for Safari, but here are some tools for macOS you could use.
You could look at Wiresahark (free, but a full blown packet sniffer). Not ideal for just HTTP.
It’s command line (free).
It’s free, but it’s more like Wireshark.