Cached · just now
23 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=63072000
Content-Security-Policy
Missing
Not configured Analyze
Content-Security-Policy-Report-Only
Missing
Not configured Analyze
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

Connection
Performance
close
Transfer-Encoding
Performance
chunked
Vary
Performance
rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding

Caching Headers

Age
Caching
424
Cache-Control
Caching
s-maxage=300, stale-while-revalidate=31535700

Content Headers

Content-Type
Content
text/html; charset=utf-8

Server Headers

Server
Server
cloudflare
X-Powered-By
Server
Next.js

CORS Headers

No CORS headers found

Cookies Headers

Set-Cookie
Cookies

Other Headers

Alt-Svc
Other
h3=":443"; ma=86400
Cdn-Cache-Control
Other
public, s-maxage=300, stale-while-revalidate=600
Cf-Cache-Status
Other
HIT
Cf-Ray
Other
9d2d02d4290cd6dd-IAD
Date
Other
Tue, 24 Feb 2026 06:47:21 GMT
Speculation-Rules
Other
"/cdn-cgi/speculation"
X-Matched-Path
Other
/[locale]
X-Next-I18n-Router-Locale
Other
en-us
X-Nextjs-Prerender
Other
1
X-Nextjs-Stale-Time
Other
300
X-Pathname
Other
/
X-Vercel-Cache
Other
HIT
X-Vercel-Id
Other
iad1::iad1::pgjt5-1771915217179-a1b9f4418ad3

Recommendations

Enable compression (gzip/brotli) to improve performance

Consider removing X-Powered-By header to hide server technology