Open
Cached
·
2h ago
12
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
Missing
Not configured
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 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
Upgrade, close
Vary
Accept-Encoding,User-Agent
accept-ranges: bytes connection: Upgrade, close vary: Accept-Encoding,User-Agent
Caching Headers
Cache-Control
max-age=600
Etag
"29a2-656b3ff711640"
Expires
Wed, 12 Aug 2026 01:42:47 GMT
Last-Modified
Thu, 16 Jul 2026 05:49:05 GMT
cache-control: max-age=600 etag: "29a2-656b3ff711640" expires: Wed, 12 Aug 2026 01:42:47 GMT last-modified: Thu, 16 Jul 2026 05:49:05 GMT
Content Headers
Content-Length
10658
Content-Type
text/html
content-length: 10658 content-type: text/html
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Wed, 12 Aug 2026 01:32:47 GMT
Upgrade
h2
date: Wed, 12 Aug 2026 01:32:47 GMT upgrade: h2
Recommendations
Enable compression (gzip/brotli) to improve performance