views:

650

answers:

1

I am looking for an HTTP traffic monitor/sniffer (something like Firefox's HttpFox) for Google Chrome, for debugging/development purposes. It is the only thing preventing me from switching entirely to Chrome for web development.

Is there one?

A: 

There is limited support in Chrome's built-in "Developer Tools" panel (Resources tab). However if you want a true monitor I'd go with a proxy such as Fiddler2 or Charles Proxy.

Marc Novakowski