HTTP Request 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
Tells the server which content types the client prefers.
- Meaning
- Tells the server which content types the client prefers.
- Meaning
- Lists preferred languages for the response.
- Meaning
- Carries Bearer tokens, Basic auth or other credentials.
- Meaning
- Influences caching behavior for the request.
- Meaning
- Describes the MIME type of the request body.
- Meaning
- Sends browser cookies back to the server.
- Meaning
- Sends an ETag for conditional fetches.
- Meaning
- Checks whether a resource changed since a date.
- Meaning
- Identifies the calling origin for CORS requests.
- Meaning
- Shows the page URL that initiated the request.
- Meaning
- Identifies the browser, runtime or client app.
- Meaning
- Carries the original client IP through proxies.
- Meaning
- Legacy indicator commonly used by JavaScript frameworks.
Review what common request headers mean before you debug auth, CORS, cookies or browser behavior.
Common tasks
- Understand auth and session headers
- Check browser request metadata
- Teach request header differences quickly
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.