10 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Excellent
max-age=63072000;includeSubDomains; preload
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
  • 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

2 headers
Connection
Performance
keep-alive
Transfer-Encoding
Performance
chunked

Caching Headers

1 headers
Cache-Control
Caching
no-cache

Content Headers

1 headers
Content-Type
Content
text/html; charset=UTF-8

Server Headers

1 headers
Server
Server
openresty

CORS Headers

0 headers
No CORS headers found

Cookies Headers

1 headers
Set-Cookie
Cookies
kraken_sid=eyJpdiI6IkhHMDdlZzZqTDgycWVTUXU2MFJlaHc9PSIsInZhbHVlIjoiTjRLR1M3MVc2OEZ6UlNjM3ZKOTlxczVDZXpLNUdNaURuTlhKT1wvZmNpQzZPK2RZR1V5R3JseE9tWkdEN0pMaTdtNDJCXC9CaHFmQ2JUMGtaSk5UUEMxUT09IiwibWFjIjoiYTdhMjNkNTNiZDdmY2I0MmFmZjk4NmNkNzdlMTEzMDM1MTFlNTkyYzgwYTMxMmY1MzE5OGZmMzBmMjlhOGFjMSJ9; expires=Thu, 06-Nov-2025 03:25:43 GMT; Max-Age=7200; path=/; httponly

Other Headers

3 headers
Date
Other
Thu, 06 Nov 2025 01:25:43 GMT
X-Served-By
Other
kraken.io
X-Ua-Compatible
Other
IE=Edge,chrome=1

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 0ms