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
44
Cache-Control
public, max-age=0, must-revalidate
Etag
"yzgwcr27064krk"
age: 44 cache-control: public, max-age=0, must-revalidate etag: "yzgwcr27064krk"
Content Headers
Content-Length
213702
Content-Type
text/html; charset=utf-8
content-length: 213702 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
Mon, 04 May 2026 07:03:27 GMT
X-Matched-Path
/[lang]/[url]/[type]/[userId]
date: Mon, 04 May 2026 07:03:27 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::r8v7g-1777885638026-a91da6a2d839
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology