View and analyze all HTTP content sent by a web browser to the web server in HTTP requests, and all HTTP content of all received
HTTP responses from the web server. By analyzing HTTP content of sent HTTP requests you can view submitted HTML form details,
uploaded images and etc. By analyzing HTTP content of received HTTP responses you can view received HTML/XML web pages source,
stylesheets, images.
HTTP Content OverviewHTTP, Hyper Text Transfer Protocol (HTTP in short); the World Wide Web protocol that performs the request and retrieve functions of a server. It is commonly seen as the first part of a website address.HTTP Content: When you submit a form or upload an image, your web browser sends these data in HTTP Content via HTTP protocol. When you open a page or download a file it comes to you in the HTTP Content. Many web servers encode the HTTP content using gzip compression. To view HTTP content you need
|
View HTTP ContentIt is extremely easy to capture and view HTTP content. Just install the HTTP Debugger, run it then click on the 'Debug Program' and start intercepting HTTP protocol and viewing HTTP content.
|