schedule

Reset Schedule: 00:00 & 12:00 (GMT+7) Daily

code

HTTP Header Checker

Analyze HTTP headers for any website and check security configuration

code HTTP Header Checker

Enter the complete URL including http:// or https://

info

What this tool checks:

  • Response headers and status codes
  • Security headers (CSP, HSTS, X-Frame-Options, etc.)
  • Performance headers (Cache-Control, ETag, etc.)
  • Server information and technology stack
  • Caching policies and optimization settings

help_outline Understanding HTTP Headers

What are HTTP Headers?

HTTP headers are key-value pairs sent between web clients and servers to provide additional information about the request or response. They control caching, security, content type, and many other aspects of web communication.

Header Categories

  • info
    General: Content-Type, Content-Length, Date
  • security
    Security: CSP, HSTS, X-Frame-Options
  • speed
    Performance: Cache-Control, ETag, Vary

Important Security Headers

  • shield
    Strict-Transport-Security: Enforces HTTPS connections
  • shield
    X-Frame-Options: Prevents clickjacking attacks
  • shield
    Content-Security-Policy: Controls resource loading
  • shield
    X-Content-Type-Options: Prevents MIME-type sniffing
tips_and_updates

Best Practice:

Implement security headers to protect against XSS, clickjacking, and other attacks. Use tools like securityheaders.com to test your configuration.

speed Performance Optimization Headers

Cache-Control:

Directs caching behavior in browsers

ETag:

Enables conditional requests

Vary:

Specifies response variations

Content-Encoding:

Indicates compression (gzip, deflate)