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-ControlRelated tools
HTTP Headers Explainer
Network & IP
Look up common HTTP headers and explain pasted raw headers.
CIDR Range Expander
Network & IP
Expand a CIDR block into individual addresses, or compress a range into CIDR blocks.
Cookie Attribute Analyzer
Network & IP
Parse Set-Cookie headers and flag security issues.
DNS Record Types Reference
Network & IP
Searchable reference of DNS record types with examples.
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.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-10 · Runs entirely in your browser