Open
Cached
·
1h ago
15
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Excellent
max-age=31536000; includeSubDomains; preload
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • 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
Upgrade, close
Transfer-Encoding
chunked
Vary
Accept-Encoding,Accept-Language,Cookie
connection: Upgrade, close transfer-encoding: chunked vary: Accept-Encoding,Accept-Language,Cookie
Caching Headers
Cache-Control
private, must-revalidate, max-age=0
Expires
Thu, 01 Jan 1970 00:00:00 GMT
Last-Modified
Thu, 26 Mar 2026 09:14:39 GMT
cache-control: private, must-revalidate, max-age=0 expires: Thu, 01 Jan 1970 00:00:00 GMT last-modified: Thu, 26 Mar 2026 09:14:39 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
Accept-Ch
Date
Thu, 09 Apr 2026 18:08:24 GMT
Upgrade
h2,h2c
X-Request-Id
6da0c8f1f705da1d4e365b1e
accept-ch: date: Thu, 09 Apr 2026 18:08:24 GMT upgrade: h2,h2c x-request-id: 6da0c8f1f705da1d4e365b1e
Recommendations
Enable compression (gzip/brotli) to improve performance