HTTP communication monitoring on OS X

http, macos, monitoring

Solution

Charles Proxy

Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP traffic between their machine and the Internet. This includes requests, responses and the HTTP headers (which contain the cookies and caching information).

Runs on JAVA. Available on OSX, Linux and Windows.

Problem

What application do you use to monitor HTTP communication on OS X?

Original source