Uvlio

Command Palette

Search for a command to run...

Developer

HTTP Request Header Reference

Look up common HTTP request headers and quickly review client, auth and caching related fields.

Workspace

Work here first, inspect the output, then decide the next move.
WorkflowLocal

This workspace processes the content directly in your browser.

Formatting, decoding, validation, and common file work stay local whenever possible, then continue in the same result area for copy, download, or the next step.

See related workflows
Input

Paste content, choose a file, or load a sample first.

Process

The content stays in the local browser by default.

Result

After processing, copy, download, or continue into a related workflow.

Search

Header name or keyword
Search stays local in the browser and filters the reference rows instantly.

Reference

Request header referenceAccept

Tells the server which content types the client prefers.

13Entries
3Caching
1Authentication
1Client profile
AcceptContent negotiation
Meaning
Tells the server which content types the client prefers.
Accept-LanguageLocalization
Meaning
Lists preferred languages for the response.
AuthorizationAuthentication
Meaning
Carries Bearer tokens, Basic auth or other credentials.
Cache-ControlCaching
Meaning
Influences caching behavior for the request.
Content-TypePayload
Meaning
Describes the MIME type of the request body.
CookieSession
Meaning
Sends browser cookies back to the server.
If-None-MatchCaching
Meaning
Sends an ETag for conditional fetches.
If-Modified-SinceCaching
Meaning
Checks whether a resource changed since a date.
OriginCORS
Meaning
Identifies the calling origin for CORS requests.
RefererNavigation
Meaning
Shows the page URL that initiated the request.
User-AgentClient profile
Meaning
Identifies the browser, runtime or client app.
X-Forwarded-ForProxy
Meaning
Carries the original client IP through proxies.
X-Requested-WithAJAX
Meaning
Legacy indicator commonly used by JavaScript frameworks.

Key Questions