Open
Cached
·
just now
13
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Good
max-age=31536000; includeSubDomains
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • Consider adding 'preload' to HSTS for maximum security
- • Improve CSP by adding more specific directives and removing 'unsafe-inline'
- • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
- • Add X-Content-Type-Options: nosniff
- • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Vary
Accept-Encoding
connection: close vary: Accept-Encoding
Caching Headers
Cache-Control
private, no-cache, no-store, max-age=0, must-revalidate
Etag
"z2t3qdt0d519g5"
cache-control: private, no-cache, no-store, max-age=0, must-revalidate etag: "z2t3qdt0d519g5"
Content Headers
Content-Length
58906
Content-Type
text/html; charset=utf-8
content-length: 58906 content-type: text/html; charset=utf-8
Server Headers
server: Microsoft-IIS/10.0 x-powered-by: Next.js, ASP.NET
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Thu, 21 May 2026 21:03:35 GMT
date: Thu, 21 May 2026 21:03:35 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology