HTTP guide

HTTP Security Headers Explained

Learn how to read HSTS, CSP, X-Frame-Options, cache headers, redirects, and other website response signals.

Headers describe how a response should be handled

HTTP headers are metadata sent with a website response. They can describe content type, caching, redirects, browser security rules, compression, server behavior, and cookies. Reading headers is often faster than guessing from the visible page.

Important headers

How to troubleshoot with headers

If a page redirects unexpectedly, inspect Location and status code. If a change does not appear, check Cache-Control. If browser features break after a security update, review CSP. If login cookies behave strangely, check cookie attributes and domain scope.

Paste response headers into the HTTP Header Checker to highlight common security and caching signals.