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
3096
Cache-Control
public, max-age=0, must-revalidate
Etag
"15my7sqj4tq2iyf"
age: 3096 cache-control: public, max-age=0, must-revalidate etag: "15my7sqj4tq2iyf"
Content Headers
Content-Length
118037
Content-Type
text/html; charset=utf-8
content-length: 118037 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, 13 Apr 2026 19:07:38 GMT
X-Matched-Path
/[lang]/[url]/[type]/[userId]
date: Mon, 13 Apr 2026 19:07:38 GMT x-matched-path: /[lang]/[url]/[type]/[userId] x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-vercel-cache: HIT x-vercel-id: iad1::cle1::8k8cm-1776110355368-bae2851a7159
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology