All web applications make extensive use of the HTTP protocol (or HTTPS for secure sites). Even simple web pages require the use of multiple HTTP requests to download HTML, graphics and javascript.
The ability to view the HTTP interaction between the browser and web site is crucial to these areas of web development:
· Trouble shooting
· Performance tuning
· Verifying that a site is secure and does not expose sensitive information
HttpWatch integrates with Internet Explorer and records detailed information about HTTP as you access a web site or application. If you access a site that ... [ read more about HttpWatch >> ]
|