Subramanian P
Subramanian P

Reputation: 4375

Safari HTTP monitor (like HttpFox) on mac

I am looking for an HTTP traffic monitor/sniffer (something like Firefox's HTTPFox) for Safari, for debugging/development purposes.I am using OSX.

Upvotes: 0

Views: 10495

Answers (4)

Roger
Roger

Reputation: 7610

I didn’t see a extension for Safari, but here are some tools for macOS you could use.

Upvotes: 5

goden
goden

Reputation: 1

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.

Upvotes: 0

drizzt.dourden
drizzt.dourden

Reputation: 713

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.

Upvotes: 0

jacobq
jacobq

Reputation: 11587

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.)

Upvotes: 0

Related Questions