Open
Cached
·
just now
18
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
205
Cache-Control
public, max-age=0, must-revalidate
Etag
"egjua3au2i1roj"
age: 205 cache-control: public, max-age=0, must-revalidate etag: "egjua3au2i1roj"
Content Headers
Content-Length
82697
Content-Type
text/html; charset=utf-8
content-length: 82697 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
Wed, 06 May 2026 21:48:07 GMT
X-Matched-Path
/[lang]/[url]/[type]/[userId]
date: Wed, 06 May 2026 21:48:07 GMT x-matched-path: /[lang]/[url]/[type]/[userId] x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-vercel-cache: STALE x-vercel-id: iad1::cle1::ztmk6-1778109073014-e9dfc275103e
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology