Domain Yardım

HTTP Header Analysis

Analyze HTTP response headers, check security headers (HSTS, CSP, X-Frame-Options), and trace redirect chains.

code

Security Headers We Check

Important HTTP headers that protect your website and users

lock

HSTS

Forces browsers to use HTTPS, preventing downgrade attacks.

policy

Content-Security-Policy

Prevents XSS attacks by controlling resource loading.

crop_free

X-Frame-Options

Prevents clickjacking by blocking iframe embedding.

description

X-Content-Type-Options

Prevents MIME type sniffing vulnerabilities.

security

X-XSS-Protection

Browser's built-in XSS filter (legacy but still useful).

link

Referrer-Policy

Controls how much referrer info is passed to other sites.

HTTP Headers FAQ

Header, redirect and ping checks

What do HTTP Headers show?

They list the security and cache headers returned by the server.

What does Redirect check do?

It detects 301/302 redirect chains.

Why might a ping test fail?

The server may have disabled ICMP; this is normal.

How can I link directly to a query?

Add ?tool=headers&target=https://example.com to the URL.