Open
Cached
·
just now
11
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
- • Add Content-Security-Policy header to prevent XSS attacks
- • 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
connection: close
Caching Headers
Cache-Control
no-cache, no-store, must-revalidate, private, max-age=0
Expires
Thu, 01 Jan 1970 00:00:00 GMT
Pragma
no-cache
cache-control: no-cache, no-store, must-revalidate, private, max-age=0 expires: Thu, 01 Jan 1970 00:00:00 GMT pragma: no-cache
Content Headers
Content-Language
en-US
Content-Length
725
Content-Type
text/html; charset=ISO-8859-1
content-language: en-US content-length: 725 content-type: text/html; charset=ISO-8859-1
Server Headers
X-Powered-By
Servlet/4.0
x-powered-by: Servlet/4.0
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Mon, 11 May 2026 12:25:25 GMT
date: Mon, 11 May 2026 12:25:25 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology