Open
Cached
·
just now
16
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
strict-origin-when-cross-origin
Permissions-Policy
Present
camera=(), microphone=(), geolocation=(self)
Recommendations
- • Add Strict-Transport-Security header with max-age of at least 1 year
- • Add Content-Security-Policy header to prevent XSS attacks
Performance Headers
Connection
close
Vary
RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding
connection: close vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding
Caching Headers
Cache-Control
s-maxage=31536000, stale-while-revalidate
Etag
"urborqutyhlod"
cache-control: s-maxage=31536000, stale-while-revalidate etag: "urborqutyhlod"
Content Headers
Content-Length
28186
Content-Type
text/html; charset=utf-8
content-length: 28186 content-type: text/html; charset=utf-8
Server Headers
server: Google Frontend x-powered-by: Next.js
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Wed, 13 May 2026 01:53:35 GMT
X-Cloud-Trace-Context
f416fcd2551e9a6d85bd6b31880519ec;o=1
X-Perditio-Env
dev
date: Wed, 13 May 2026 01:53:35 GMT x-cloud-trace-context: f416fcd2551e9a6d85bd6b31880519ec;o=1 x-nextjs-cache: HIT x-perditio-env: dev
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology