HTTP Response Header Reference
Workspace
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.
Paste content, choose a file, or load a sample first.
The content stays in the local browser by default.
After processing, copy, download, or continue into a related workflow.
Search
Reference
Controls browser and CDN caching behavior.
- Meaning
- Controls browser and CDN caching behavior.
- Meaning
- Describes the MIME type of the response body.
- Meaning
- Signals the body size in bytes.
- Meaning
- Shows compression such as gzip or br.
- Meaning
- Suggests inline display or attachment download.
- Meaning
- Entity tag used for validation and conditional requests.
- Meaning
- Timestamp for cache validation.
- Meaning
- Provides the redirect target or created resource URL.
- Meaning
- Sets cookies in the browser.
- Meaning
- Forces HTTPS for future visits.
- Meaning
- Controls which resources the page may load.
- Meaning
- Declares which origins may read the response.
- Meaning
- Limits whether the page can be framed.
- Meaning
- Controls the Referer information sent by browsers.
- Meaning
- Tells clients when to retry after 429 or 503.
Look up common HTTP response headers and quickly understand caching, content delivery and security behavior.
Common tasks
- Explain headers in API reviews
- Check cache and security settings
- Teach response header basics to teammates
A technical article on how Base64 turns bytes into text, why padding exists, how URL-safe variants differ, and why Base64 is not encryption.
Hex and Bytes Explained: Reading File Headers, Encodings, and Binary CluesA technical guide to hexadecimal inspection, byte order, file signatures, BOM markers, and why byte-level debugging helps with format problems.
JSON and CSV Are Not Equivalent: What Gets Lost During ConversionA practical technical article on converting between JSON and CSV, including nesting, headers, quoting, nulls, types, and spreadsheet assumptions.
Key Questions
Related Tools
JSON Formatter
Format, validate, minify, sort keys and inspect JSON outline locally.
Base64 Encoder / Decoder
Encode/decode Unicode text, URL-safe Base64, and small files in the browser.
URL Encoder / Decoder
Encode/decode URL components or full URLs and inspect query parameters.
UUID Generator
Generate UUID v1, v3, v4, v5, v6 and v7 with namespace, batch output, uppercase and hyphen options.