Open
Cached
·
just now
23
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=63072000
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
close
Transfer-Encoding
chunked
Vary
rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding
connection: close transfer-encoding: chunked vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding
Caching Headers
Age
424
Cache-Control
s-maxage=300, stale-while-revalidate=31535700
age: 424 cache-control: s-maxage=300, stale-while-revalidate=31535700
Content Headers
Content-Type
text/html; charset=utf-8
content-type: text/html; charset=utf-8
Server Headers
server: cloudflare x-powered-by: Next.js
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=86400
Cdn-Cache-Control
public, s-maxage=300, stale-while-revalidate=600
Date
Tue, 24 Feb 2026 06:47:21 GMT
Speculation-Rules
"/cdn-cgi/speculation"
X-Matched-Path
/[locale]
X-Next-I18n-Router-Locale
en-us
X-Pathname
/
alt-svc: h3=":443"; ma=86400 cdn-cache-control: public, s-maxage=300, stale-while-revalidate=600 cf-cache-status: HIT cf-ray: 9d2d02d4290cd6dd-IAD date: Tue, 24 Feb 2026 06:47:21 GMT speculation-rules: "/cdn-cgi/speculation" x-matched-path: /[locale] x-next-i18n-router-locale: en-us x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-pathname: / x-vercel-cache: HIT x-vercel-id: iad1::iad1::pgjt5-1771915217179-a1b9f4418ad3
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology