Open
Cached
·
20m ago
12
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=63072000; includeSubdomains;
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Missing
Not configured
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-Content-Type-Options: nosniff
- • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Accept-Ranges
bytes
Connection
close
accept-ranges: bytes connection: close
Caching Headers
Cache-Control
no-cache="set-cookie"
Last-Modified
Fri, 31 Jul 2026 12:00:01 GMT
cache-control: no-cache="set-cookie" last-modified: Fri, 31 Jul 2026 12:00:01 GMT
Content Headers
Content-Length
85865
Content-Type
text/html; charset=UTF-8
content-length: 85865 content-type: text/html; charset=UTF-8
Server Headers
X-Powered-By
Servlet/3.1 JSP/2.3
server: Apache/2.4.6 (Red Hat Enterprise Linux) OpenSSL/1.0.2k-fips x-powered-by: Servlet/3.1 JSP/2.3
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Fri, 31 Jul 2026 16:13:14 GMT
date: Fri, 31 Jul 2026 16:13:14 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology