A request headers is an HTTP header that the client sends to the server.
HTTP request headers list | Browser Headers Viewer
Type | Standard |
Subype | HTTP |
Related headers | Accept, Accept-Encoding, Accept-Charset, Accept-Language, Connection, Content-Length, Content-Type, Cookie, Dnt, Expect, From, Host, If-Modified-Since, If-None-Match, Prefer, Range, Referer, User-Agent, X-Auth-Token, X-Request-Id |
Last seen | 2024-09-19 23:55:12 |
Note | Authentication credentials for HTTP authentication. |
Syntax | Authorization: <type> <credentials> |
Example header value:Basic aHJiOmFydA== |