Debugging made easy
11 am on September 1st, 2007
While developing web applications, we got to see the values that are being transferred between the console and the Internet (Server). If you’re using AJAX, then you have to check or monitor what sort of processes are taking place internally.
So, here is this Charles web debugging proxy that ease our development as well as optimizes the development time.
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).
