Skip to content
useToolz online tools

HTTP заголовки онлайн

Sign in or register to save tools to favorites

HTTP response headers

Security:
Header Value

Recommended to add

The tool sends an HTTP request to the specified URL and displays the server's response headers.

Strict-Transport-Security (HSTS) — forces the browser to use HTTPS for all requests.

Content-Security-Policy (CSP) — restricts resource loading sources, protecting against XSS.

X-Frame-Options — prevents page embedding in frames (clickjacking protection).

X-Content-Type-Options — prevents MIME sniffing (should be nosniff).

Referrer-Policy — controls what information is passed in the Referer header.

Permissions-Policy — restricts access to browser APIs (camera, microphone, geolocation, etc.).

HTTP Headers Viewer — Server Response Analysis Online

The tool sends a HEAD request to the specified URL and shows all HTTP response headers. Useful for diagnosing caching, security, CORS settings, and debugging server configurations.

Key HTTP Headers

HeaderDescription
Content-TypeContent type and encoding: text/html; charset=UTF-8
ServerWeb server: nginx, Apache, Cloudflare
LocationRedirect URL (3xx responses)
ETagResource version identifier for caching

Security Headers

HeaderPurpose
Strict-Transport-SecurityEnforce HTTPS (HSTS)
Content-Security-PolicyResource loading policy, XSS protection
X-Frame-OptionsClickjacking protection (DENY, SAMEORIGIN)
X-Content-Type-OptionsPrevent MIME-sniffing: nosniff

Caching Headers

HeaderPurpose
Cache-ControlCaching directives: max-age, no-cache, no-store, public/private
ETagResource version hash for conditional requests (If-None-Match)
Last-ModifiedTimestamp for conditional requests (If-Modified-Since)
ExpiresLegacy expiration date (superseded by Cache-Control)
VaryHeaders that affect cache key (e.g. Accept-Encoding)

Proper caching headers reduce server load and improve page speed. Use Cache-Control: public, max-age=31536000 for static assets and no-cache for dynamic HTML.

Frequently Asked Questions

Why don't all sites show headers?
Some servers block HEAD requests or require specific User-Agents. CORS may also restrict browser requests to third-party domains.

How is HEAD different from GET?
HEAD returns only headers without a response body — much faster and saves traffic.

For DNS record checking use DNS Lookup, for Open Graph analysis — OG Checker.

We use cookies for site operation and analytics. Подробнее

Upscaled image
Download

Log in to continue

or