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-Encoding, Accept-Charset, Accept-Language, Authorization, 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 | 2025-12-06 06:07:48 |
| Note | Media type(s) that is/are acceptable for the response. |
| Syntax | Accept: <MIME_type>/<MIME_subtype> |
Example header value:text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8 |
|