20 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
Accept-Encoding,Accept

Caching Headers

Age
Caching
390
Cache-Control
Caching
public,max-age=0,must-revalidate
Etag
Caching
W/"6wsh2ws983ripg"

Content Headers

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

Server Headers

Server
Server
istio-envoy
X-Powered-By
Server
Next.js

CORS Headers

No CORS headers found

Cookies Headers

No cookies headers found

Other Headers

Cache-Status
Other
"Netlify Edge"; hit; ttl=3211
Date
Other
Sat, 22 Aug 2026 08:39:05 GMT
Netlify-Vary
Other
query=__nextDataReq|_rsc,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
Via
Other
1.1 d4564d6809e10e731bfdfae814a717f8.cloudfront.net (CloudFront)
X-Amz-Cf-Id
Other
aHNcptR6J8f3Wv2DvHDNJyAQ907OzkwTSnrjzbKV3_v-DbScOcmiwA==
X-Amz-Cf-Pop
Other
IAD55-P3
X-Cache
Other
Miss from cloudfront
X-Envoy-Upstream-Service-Time
Other
29
X-Nf-Request-Id
Other
01M0M9Z85QB68V0HWCM1FB61SB

Recommendations

Enable compression (gzip/brotli) to improve performance

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