Uvlio

Command Palette

Search for a command to run...

Developer

HTTP Response Header Reference

Browse common HTTP response headers, understand caching, security and delivery-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

Response header referenceCache-Control

Controls browser and CDN caching behavior.

15Entries
8Categories
4Security
3Caching
Cache-ControlCaching
Meaning
Controls browser and CDN caching behavior.
Content-TypeContent
Meaning
Describes the MIME type of the response body.
Content-LengthContent
Meaning
Signals the body size in bytes.
Content-EncodingContent
Meaning
Shows compression such as gzip or br.
Content-DispositionDownload
Meaning
Suggests inline display or attachment download.
ETagCaching
Meaning
Entity tag used for validation and conditional requests.
Last-ModifiedCaching
Meaning
Timestamp for cache validation.
LocationRedirect
Meaning
Provides the redirect target or created resource URL.
Set-CookieSession
Meaning
Sets cookies in the browser.
Strict-Transport-SecuritySecurity
Meaning
Forces HTTPS for future visits.
Content-Security-PolicySecurity
Meaning
Controls which resources the page may load.
Access-Control-Allow-OriginCORS
Meaning
Declares which origins may read the response.
X-Frame-OptionsSecurity
Meaning
Limits whether the page can be framed.
Referrer-PolicySecurity
Meaning
Controls the Referer information sent by browsers.
Retry-AfterRate Limit
Meaning
Tells clients when to retry after 429 or 503.

Key Questions