HTTP header
An HTTP header is a name-and-value pair carrying metadata about a request or response, such as content type, caching rules, or authentication.
Headers explain most unexpected behaviour in an exchange, from a parse failure caused by the wrong content type to a stale response from a cache directive. Continue with HTTP headers you should recognise for the longer explanation.