Open
Cached
·
just now
22
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
Good
nosniff
Referrer-Policy
Good
strict-origin-when-cross-origin
Permissions-Policy
Present
camera=(), microphone=(), payment=(); +1 more
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
Performance Headers
Connection
close
Transfer-Encoding
chunked
Vary
accept-encoding
connection: close transfer-encoding: chunked vary: accept-encoding
Caching Headers
Age
3
Cache-Control
public, max-age=0, must-revalidate
age: 3 cache-control: public, max-age=0, must-revalidate
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
Date
Sat, 09 May 2026 08:34:00 GMT
Nel
Report-To Group
cf-nel
max-age: 1w
success: 0.0%
Report-To
Other
Server-Timing
cfCacheStatus;desc="DYNAMIC", cfEdge;dur=17,cfOrigin;dur=66
X-Matched-Path
/
alt-svc: h3=":443"; ma=86400
cf-cache-status: DYNAMIC
cf-ray: 9f8f5ccf8f87e5be-IAD
date: Sat, 09 May 2026 08:34:00 GMT
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9XckQ4kyX75%2F1JNZqN8ubTffYuO0ebtyB3Fd8TlKsW1gAy5TuVFajhAWPc4KWPEF8%2BlGaMT7iOQKfrYrkMnoOx2TYyNtvFEhjOCyPvG%2BAi1%2Br62QhZ0nYpsUcO1V2QcrZTFKgiJO"}]}
server-timing: cfCacheStatus;desc="DYNAMIC", cfEdge;dur=17,cfOrigin;dur=66
x-matched-path: /
x-vercel-cache: HIT
x-vercel-id: iad1::iad1::8l8d8-1778315640272-6f7af57bb451
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology