March 2019
Beginner
490 pages
12h 40m
English
A request to the server consists of a request line that contains some basic information about the request, and various lines that constitute the headers. An example might be the following:

HTTP requests consist of two main parts: a header and a body. Headers are the lines of information that contain specific metadata about the response and tell the client how to interpret it. With this module, we can check whether the headers can provide information about the web server.
The HTTP headers are Name: value pairs; for example, Host: www.packtpub.com. These headers contain different information about the HTTP request and about the ...
Read now
Unlock full access