Enter a URL
Paste the page or asset URL you want to inspect.
Use this free CalculatorX tool for fast local results with clear formulas, worked examples, and privacy-first browser calculation. Fast and free.
Loading tool…
Follow these steps for a clear answer.
Paste the page or asset URL you want to inspect.
Run the check to retrieve response headers via our server probe (not blocked by browser CORS).
Review Content-Type, Cache-Control, Location, security headers, and the full redirect chain.
Version 1.1.0 · Last reviewed 2026-07-28
GET url (redirect=manual) → status + header map; follow Location when enabledEnter a public URL to fetch live response headers and status—useful for caching, redirects, MIME types, and security header checks without opening browser DevTools.
| Header | Purpose |
|---|---|
Content-Type |
MIME type of the response body |
Content-Length |
Size of response body in bytes |
Cache-Control |
Caching directives |
Expires |
Expiration date for caches |
Location |
Redirect target URL (3xx) |
Server |
Server software identifier |
Set-Cookie |
Cookies sent to the browser |
Strict-Transport-Security |
HSTS policy |
Content-Security-Policy |
Script/resource policy |
X-Frame-Options |
Clickjacking protection |
Access-Control-Allow-Origin |
CORS allowlist |
CF-Cache-Status / X-Cache |
CDN cache hit/miss (when present) |
Location and 301/302 after 301 Redirect Code Generator setupCache-Control, Expires, and CDN cache headersAccess-Control-Allow-OriginContent-Type matches the resourceHTTP/1.1 301 Moved Permanently
Location: https://www.example.com/new-page.html
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Cache-Control: max-age=600
For bulk status and redirect-chain reviews, use the HTTP Status Checker.
Key distinctions behind the tool.
On 3xx responses, Location tells the client where to go next. Use it to verify redirects after a migration or HTTPS upgrade.
Status codes classify the outcome (200, 301, 404). Headers carry details such as Content-Type, Cache-Control, and security policies.
Yes. The checker surfaces Cache-Control, Expires, and common CDN fields such as CF-Cache-Status or X-Cache when present.
Browsers cannot freely read cross-origin response headers because of CORS. Our probe fetches headers from the edge for public URLs.
Common ones include Strict-Transport-Security (HSTS), Content-Security-Policy, X-Frame-Options, and Access-Control-Allow-Origin for CORS.