Cached · just now
19 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Excellent
max-age=31536000; includeSubDomains; preload
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
Good
nosniff
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 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-Url,Accept-Encoding

Caching Headers

Age
Caching
3
Cache-Control
Caching
no-cache

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

Cache-Status
Other
"Netlify Durable"; fwd=bypass, "Netlify Edge"; fwd=miss, "Netlify Edge"; fwd=miss
Cf-Cache-Status
Other
DYNAMIC
Cf-Ray
Other
9f6d1782ef12318a-IAD
Date
Other
Tue, 05 May 2026 04:44:47 GMT
Netlify-Vary
Other
header=x-nextjs-data|x-next-debug-logging|next-router-prefetch|next-router-segment-prefetch|next-router-state-tree|next-url|rsc|accept-encoding,cookie=__prerender_bypass|__next_preview_data,query
Server-Timing
Other
cfCacheStatus;desc="DYNAMIC", cfEdge;dur=13,cfOrigin;dur=0,cfWorker;dur=1148
X-Middleware-Rewrite
Other
/en-us/app/home/?personalize_variants=
X-Nf-Request-Id
Other
01KQV77VFF8ZZPCJPA044B27Z3

Recommendations

Enable compression (gzip/brotli) to improve performance

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