Open
Cached
·
just now
12
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • Add Strict-Transport-Security header with max-age of at least 1 year
- • Add Content-Security-Policy header to prevent XSS attacks
- • 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
connection: close
Caching Headers
Cache-Control
no-cache, no-store
Expires
-1
Pragma
no-cache
cache-control: no-cache, no-store expires: -1 pragma: no-cache
Content Headers
Content-Length
58728
Content-Type
text/html; charset=utf-8
content-length: 58728 content-type: text/html; charset=utf-8
Server Headers
server: Microsoft-IIS/10.0 x-aspnet-version: 4.0.30319 x-powered-by: ASP.NET
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Wed, 08 Apr 2026 23:08:28 GMT
Request-Id
95bea690-1c9c-421d-ac4a-2ba4dac57cce
date: Wed, 08 Apr 2026 23:08:28 GMT request-id: 95bea690-1c9c-421d-ac4a-2ba4dac57cce
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology