What are HTTP headers?
HTTP headers carry information between a web browser and a server. They can describe content, caching behavior, security policies, cookies, and other aspects of an HTTP response.
This tool makes a browser request and displays the response headers that the browser allows client-side JavaScript to read. Some headers may be unavailable because of the target site's CORS policy.
Useful headers to look for
Security-related headers can include Content-Security-Policy, Strict-Transport-Security, X-Content-Type-Options, and Referrer-Policy.