Capture, view and analyze all HTTP responses received from the web server. By analyzing received HTTP response headers you can get
supported HTTP version, server platform, content encoding and length, cookies, error codes and more. By analyzing received HTTP response
content you can view HTML/XML web pages sources, stylesheets, images and etc.
HTTP Responses 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 Response: After receiving and interpreting a request message, a server responds with an HTTP response message. HTTP response consists from HTTP response header and optionally from HTTP response content. HTTP response header provides wide range of information such as HTTP version, server platform, content encoding and length, cookies, error codes and more. Requested HTML pages, images and files are returned in the HTTP response content. To view HTTP Responses you need
|
View HTTP ResponsesIt is extremely easy to capture and view HTTP Responses. Just install the HTTP Debugger, run it then click on the 'Debug Program' and start intercepting HTTP protocol and viewing HTTP Responses.
|