Open
Cached
·
just now
9
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
Present
same-origin
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
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Keep-Alive
timeout=5
connection: close keep-alive: timeout=5
Caching Headers
Etag
W/"16ed-CPYgMf+F0Myk9Zr9fdplSpTp6E0"
etag: W/"16ed-CPYgMf+F0Myk9Zr9fdplSpTp6E0"
Content Headers
Content-Length
5869
Content-Type
text/html; charset=utf-8
content-length: 5869 content-type: text/html; charset=utf-8
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Fri, 05 Jun 2026 04:35:02 GMT
X-Ua-Compatible
IE=Edge,chrome=1
date: Fri, 05 Jun 2026 04:35:02 GMT x-ua-compatible: IE=Edge,chrome=1
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching
Consider removing X-Powered-By header to hide server technology