View and analyze HTTP headers from any website to improve security and performance.
This free tool helps you view and analyze HTTP headers from any website. HTTP headers are the core part of HTTP requests and responses and contain important information about the server, content, security settings, and more.
HTTP headers are metadata that provides additional information about an HTTP request or response. They are transmitted between a client (e.g., a web browser) and a server as part of the HTTP protocol.
Content-Type
: The media type of the resourceServer
: Information about the server softwareCache-Control
: Directives for caching mechanismsContent-Length
: The size of the response body in bytesSet-Cookie
: Used to set a cookie on the clientUser-Agent
: Information about the client's browser/applicationAccept
: Media types the client is willing to acceptCookie
: Previously set cookiesReferer
: The address of the previous web pageHost
: The domain name of the serverSecurity headers are HTTP response headers that help to improve the security of a website by enabling browser security policies:
Strict-Transport-Security
(HSTS): Forces secure connections (HTTPS)Content-Security-Policy
(CSP): Controls resources the browser is allowed to loadX-Content-Type-Options
: Prevents MIME type sniffingX-Frame-Options
: Protects against clickjackingX-XSS-Protection
: Enables cross-site scripting filters in browsersReferrer-Policy
: Controls how much referrer information is included with requestsThis tool fetches HTTP headers through our secure proxy service. We do not store the URLs you analyze or any headers retrieved. All processing is done securely.