Open
Cached
·
13m ago
19
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=31536000
X-Frame-Options
Missing
Not configured
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 X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
- • 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
212123
Cache-Control
public,max-age=0,must-revalidate
Etag
W/"8kf8e75wgn1l6g"
age: 212123 cache-control: public,max-age=0,must-revalidate etag: W/"8kf8e75wgn1l6g"
Content Headers
Content-Type
text/html; charset=utf-8
content-type: text/html; charset=utf-8
Server Headers
server: Netlify x-powered-by: Next.js
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Sun, 06 Sep 2026 03:26:33 GMT
X-Middleware-Rewrite
/pt
X-Nf-Request-Id
01M1TC1RN5QZ2MZZ5BGGQ918R1
cache-status: "Netlify Durable"; hit; ttl=31323876, "Next.js"; hit, "Netlify Edge"; fwd=miss; fwd-status=200; stored date: Sun, 06 Sep 2026 03:26:33 GMT netlify-vary: query=__nextDataReq|_rsc,header=x-nextjs-data|x-next-debug-logging|next-router-prefetch|next-router-segment-prefetch|next-router-state-tree|next-url|rsc|accept-encoding,cookie=__prerender_bypass|__next_preview_data x-middleware-rewrite: /pt x-nextjs-date: Thu, 03 Sep 2026 16:31:49 GMT x-nextjs-prerender: 1, 1 x-nextjs-stale-time: 300 x-nf-request-id: 01M1TC1RN5QZ2MZZ5BGGQ918R1
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology