HTTP Header Checker
The HTTP header checker requests a URL from our server and shows the status code and every response header, with a summary of the security headers a site should be sending. It also confirms whether the page is reachable at all.
Runs on our server. Processing happens securely on our server. What you enter is sent to Delimiter.live to produce the result and is not stored in a database.
How to use the HTTP Header Checker
- Enter the full URL, including https://.
- Read the status code first — the reference tool explains any code you do not recognise.
- Review the response headers, then the security summary underneath.
Example
https://www.delimiter.live/tools
200 OK content-type: text/html; charset=UTF-8 strict-transport-security: max-age=31536000
Common use cases
- Confirming that a page returns 200 and not a redirect or an error.
- Checking that caching headers are set the way you intended after a deploy.
- Auditing which security headers a site sends — CSP, HSTS, X-Content-Type-Options and Referrer-Policy.
- Diagnosing a wrong Content-Type that makes a browser download a file instead of rendering it.
Limitations and things to watch for
- The request comes from our server, not from your browser, so headers that depend on the visitor — cookies, authentication, geolocation-based responses or CDN edge selection — may differ from what you would see.
- Only public http and https URLs are accepted. Requests to private, loopback and link-local addresses are blocked, and the redirect chain is re-checked at every hop, to prevent the tool being used to reach internal systems.
- The response body is not fetched or displayed; only status and headers are returned.
- Requests time out after a few seconds. A timeout means the host was slow or unreachable from our server, not necessarily that the site is down for everyone.