Get HTTP Headers

Get HTTP Headers

The HTTP headers are the part of the HTTP that describes the communication between the client and the server. It is also called the message.

A great deal of information can be gathered in a check of the HTTP Headers from a web server. Server-side software can be identified often down to the exact version running. Cookie strings, web application technologies, and other data can be gathered from the HTTP Header. This information can be used when troubleshooting or when planning an attack against the web server.