20 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=31557600
Content-Security-Policy
Missing
Not configured
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
  • Increase HSTS max-age to at least 1 year and add includeSubDomains
  • Add Content-Security-Policy header to prevent XSS attacks
  • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
  • Add X-Content-Type-Options: nosniff
  • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
  • Consider adding Permissions-Policy to control browser features

Performance Headers

3 headers
Accept-Ranges
Performance
bytes
Connection
Performance
keep-alive
Vary
Performance
Accept-Encoding

Caching Headers

3 headers
Age
Caching
10
Etag
Caching
"691f76d0-cbd4"
Last-Modified
Caching
Thu, 20 Nov 2025 20:15:12 GMT

Content Headers

2 headers
Content-Length
Content
52180
Content-Type
Content
text/html; charset=utf-8

Server Headers

0 headers
No server headers found

CORS Headers

5 headers
Access-Control-Allow-Credentials
Cors
true
Access-Control-Allow-Headers
Cors
DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization
Access-Control-Allow-Methods
Cors
GET, OPTIONS
Access-Control-Allow-Origin
Cors
*
Access-Control-Max-Age
Cors
1728000

Cookies Headers

0 headers
No cookies headers found

Other Headers

6 headers
Date
Other
Fri, 21 Nov 2025 01:54:36 GMT
Via
Other
1.1 varnish
X-Cache
Other
HIT
X-Cache-Hits
Other
1
X-Served-By
Other
cache-pdk-kfty8610033-PDK
X-Timer
Other
S1763690077.798131,VS0,VE2

Recommendations

Enable compression (gzip/brotli) to improve performance

Add Cache-Control header to optimize caching

Analysis completed in 26ms