HTTP Header Comparator
Diff two sets of HTTP headers, case-insensitively.
Headers A
Headers B
Differing values
| Header | A | B |
|---|---|---|
| Content-Type | application/json | application/json; charset=utf-8 |
| Cache-Control | no-cache | no-store |
| X-Request-Id | abc123 | xyz789 |
Only in A
Only in B
None.
Identical headers
None.
About the HTTP Header Comparator
Paste two sets of HTTP headers side by side and see which headers only appear in A, only in B, which have differing values, and which are identical — with case-insensitive header name matching.
Examples
Compare cache headers
A: Cache-Control: no-cache | B: Cache-Control: no-storeOutput
Differing value for Cache-ControlKeyboard shortcuts
- Copy the main outputCtrl / ⌘ + Shift + C
- Download the resultCtrl / ⌘ + S
- Share this toolCtrl / ⌘ + Shift + S
- Reset the inputsAlt + R
- Open the tool search paletteCtrl / ⌘ + K
Related tools
HTTP Headers Explainer
Network & IP
Look up common HTTP headers and explain pasted raw headers.
Bulk URL Status Checker
Network & IP
Check HTTP status codes and redirects for many URLs at once.
Cookie Attribute Analyzer
Network & IP
Parse Set-Cookie headers and flag security issues.
HTTP Cache Header Planner
Network & IP
Plan Cache-Control, ETag and max-age headers for any asset type.
HTTP Status Codes
Network & IP
Searchable reference of HTTP status codes with meaning and usage guidance.
URL Redirect Chain Analyzer
Network & IP
Trace every redirect hop with status codes, timing and the final URL.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-10 · Runs entirely in your browser