Acceptrequest
Media types the client can process.
Accept: application/json
Accept-Encodingrequest
Encoding algorithms the client can understand.
Accept-Encoding: gzip, deflate, br
Accept-Languagerequest
Natural languages the client prefers.
Accept-Language: en-US,en;q=0.9
Authorizationrequest
Credentials for authenticating the client with the server.
Authorization: Bearer eyJhbGci...
Cookierequest
Contains stored HTTP cookies previously sent by the server.
Cookie: session=abc123; theme=dark
Hostrequest
Specifies the domain name of the server and optionally the port.
Host: www.example.com
If-Modified-Sincerequest
Makes the request conditional: the server returns the resource only if modified after the given date.
If-Modified-Since: Sat, 29 Oct 2023 19:43:31 GMT
If-None-Matchrequest
Makes the request conditional: the server returns the resource only if the ETag does not match.
If-None-Match: "686897696a7c876b7e"
Originrequest
Indicates the origin of the request, used for CORS.
Origin: https://example.com
Refererrequest
The address of the previous page that linked to the current request.
Referer: https://example.com/page
User-Agentrequest
Identifies the client software making the request.
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64)