View and analyze all HTTP headers sent by a web browser to the web server in HTTP requests. Get and analyze HTTP headers of all received
HTTP responses from the web server. By analyzing HTTP headers you can obtain a wide range of information.
For example HTTP request header contains; request mode (GET, POST, PUT, DELETE, etc), supported HTTP version,
accepted encodings, cookies and etc. The HTTP response header contains; server platform name, content encoding and length,
error codes and more.
HTTP Header 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 Headers: When your browser requests a web page from a server via HTTP, it sends a set of HTTP headers with various bits of information about itself. Below you can see the HTTP headers sent by your browser captured by HTTP Debugger. HTTP header (request)
To view HTTP Headers you need
|
View HTTP HeaderIt is extremely easy to view an HTTP Header. Just install the HTTP Debugger, run it then click on the 'Debug Program' and start intercepting HTTP protocol and viewing HTTP headers.
|