January 2018
Intermediate to advanced
340 pages
8h 6m
English
HTTP headers contain metadata and descriptive information about the request and response. You can potentially learn a lot about a server by inspecting the HTTP headers it serves with a response. You can learn the following things about the server:
Not every web server will return all of those headers, but it is helpful to learn as much as you can from the headers. Popular frameworks such as WordPress and Drupal will return an X-Powered-By header telling you whether it is WordPress or Drupal and what version.
The session cookie ...
Read now
Unlock full access