0

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

Subramanian P
  • 4,365
  • 2
  • 21
  • 25

4 Answers4

5

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

Community
  • 1
  • 1
Roger
  • 7,535
  • 5
  • 41
  • 63
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.)

Community
  • 1
  • 1
jacobq
  • 11,209
  • 4
  • 40
  • 71
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
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.

goden
  • 1