Open
Cached
·
just now
19
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Excellent
max-age=63072000; includeSubDomains; preload
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
strict-origin-when-cross-origin
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
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Vary
rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch
connection: close vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch
Caching Headers
Age
32566
Cache-Control
public, max-age=0, must-revalidate
Etag
"8swopapudl3pep"
age: 32566 cache-control: public, max-age=0, must-revalidate etag: "8swopapudl3pep"
Content Headers
Content-Length
173063
Content-Type
text/html; charset=utf-8
content-length: 173063 content-type: text/html; charset=utf-8
Server Headers
server: Vercel x-powered-by: Next.js
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Sat, 16 May 2026 12:49:57 GMT
X-Matched-Path
/[lang]/[url]/[type]/[userId]
X-Vercel-Enable-Rewrite-Caching
1
date: Sat, 16 May 2026 12:49:57 GMT x-matched-path: /[lang]/[url]/[type]/[userId] x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-vercel-cache: STALE x-vercel-enable-rewrite-caching: 1 x-vercel-id: iad1::cle1::69cdn-1778976693726-480687e04df6
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology