Open
Cached
·
just now
20
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=15768000; includeSubDomains
X-Frame-Options
Excellent
DENY
X-Content-Type-Options
Good
nosniff
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 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
1306
Cache-Control
public, max-age=0, must-revalidate
age: 1306 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
Date
Sat, 22 Aug 2026 06:09:45 GMT
X-Matched-Path
/eyJhbGciOiJIUzI1NiJ9.AQ.7vCxRtNaVLR1m3EjE4xiW-K_VScJgizl30hCcV_KcCE
cf-cache-status: DYNAMIC cf-ray: a2efb5e008ee1a42-IAD date: Sat, 22 Aug 2026 06:09:45 GMT x-matched-path: /eyJhbGciOiJIUzI1NiJ9.AQ.7vCxRtNaVLR1m3EjE4xiW-K_VScJgizl30hCcV_KcCE x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-vercel-cache: HIT x-vercel-id: iad1::iad1::ms9mj-1787378984969-087dc13b6d94
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology