Open Cached · just now
11 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=63072000; includeSubdomains;
Content-Security-Policy
Missing
Not configured
X-Frame-Options
Missing
Not configured
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-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

2 headers
Transfer-Encoding
Performance
chunked
Vary
Performance
Accept-Encoding

Caching Headers

4 headers
Cache-Control
Caching
no-cache, must-revalidate
Expires
Caching
Thu, 1 Jan 2015 00:00:01 GMT
Last-Modified
Caching
Mon, 17 Nov 2025 21:09:23 GMT
Pragma
Caching
no-cache

Content Headers

1 headers
Content-Type
Content
text/html; charset=UTF-8

Server Headers

1 headers
Server
Server
Apache

CORS Headers

0 headers
No CORS headers found

Cookies Headers

1 headers
Set-Cookie
Cookies
10678aa15f629bc012298570b9b8e3cd=837efed1e5dc4fbc92cfb69aed4b8c6f; path=/; secure; HttpOnly

Other Headers

1 headers
Date
Other
Mon, 17 Nov 2025 21:09:22 GMT

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 2665ms