charles-very useful web dubugging tools
About CHARLES
Charles is a Web proxy (HTTP proxy/http Monitor), runs on your own computer. Your Web browser (or any other Internet application) are then configured to access the Internet through Charles, and Charle S is then able to record and display for you all of the data, which is sent and received.
In the Web and Internet development unable to see what's being sent and received between your Web browser/client an d the server. Without this visibility it was difficult and time-consuming to determine exactly where the fault was. Charles makes it easy-to-see what's happening, so you can quickly diagnose and fix problems.
Charles makes debugging quick, reliable and advanced; Saving you time and frustration!
KEY FEATURES
SSL Proxying–view SSL requests and responses in plain text
Bandwidth throttling to simulate slower Internet connections including latency
AJAX Debugging–view XML and JSON requests and responses as a tree or as text
Amf–view the contents of Flash Remoting/flex Remoting messages as a tree
Repeat requests to test back-end changes
Edit requests to test different inputs
breakpoints to intercept and edit requests or responses
Validate recorded HTML, CSS and Rss/atom responses using the
=======end=======
charles-very useful web dubugging tools