Macos – Looking for HTTP debugging proxy for Mac similar to Fiddler on Windows

httpmacmacossniffingweb-development

In previous jobs when I've worked on a Windows machine, I've used Fiddler for viewing HTTP transactions and debugging.

I'm specifically looking to monitor the HTTP transactions for an ajax site I'm working on to verify that the site is doing what I expect. Rewriting HTTP (as provided by Fiddler) is a nice-to-have, but not essential.

Can anybody recommend something similar for use on a Mac?

Best Answer

Use Chrome and navigate to chrome://net-internals/

It allows detailed analysis and dumps.

Related Question