Open
Cached
·
just now
13
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
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-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
- • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Transfer-Encoding
chunked
Vary
Accept-Encoding,Cookie
connection: close transfer-encoding: chunked vary: Accept-Encoding,Cookie
Caching Headers
Cache-Control
private, must-revalidate, max-age=0
Expires
Thu, 01 Jan 1970 00:00:00 GMT
Last-Modified
Thu, 05 Mar 2026 19:25:20 GMT
cache-control: private, must-revalidate, max-age=0 expires: Thu, 01 Jan 1970 00:00:00 GMT last-modified: Thu, 05 Mar 2026 19:25:20 GMT
Content Headers
Content-Language
en
Content-Type
text/html; charset=UTF-8
content-language: en content-type: text/html; charset=UTF-8
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Thu, 07 May 2026 00:32:16 GMT
X-Request-Id
b1603ecbd8eed39cd4570559
date: Thu, 07 May 2026 00:32:16 GMT x-request-id: b1603ecbd8eed39cd4570559
Recommendations
Enable compression (gzip/brotli) to improve performance