What is HTTP Content?According to the HTTP protocol specification, each HTTP request/response consists of an HTTP header, and optionally from an HTTP content. All requested web pages, images, scripts, files etc. are returned as a text or binary data in the HTTP content. Some web servers may compress the data in the HTTP content in order to improve the speed and save the network traffic.
Submitted forms (usually) and uploaded files (always) are sent by the browser to the server as HTTP content data.
Viewing and analyzing the HTTP Content
The HTTP Debugger is a software program that allows IT professionals to intercept, view and analyze all HTTP headers and content sent by your computer to the web server and the corresponding HTTP headers and content received from the server.
By processing the HTTP content can you view and save to disk the source code of received web pages, scripts and stylesheets; view downloaded images, flash movies and binary files; view uploaded images, submitted HTML form details etc.
HTTP Debugger uses
- View HTTP header parameter values, cookies, query strings and error codes etc.
- Process HTTP content and view the source code of HTML/XML web pages, Java/VB scripts, stylesheets etc.
- Measure the size and downloading time of your web pages and identify the performance bottlenecks.
- Analyze the same page in all modern browsers simultaneously.
- Learn about how other web sites works and how they implement certain features.
Visit HTTP DebuggerHome Page |
Download HTTP DebuggerFree 14-day Trial |