Open
Cached
·
just now
15
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
Connection
close
Transfer-Encoding
chunked
Vary
Accept-Encoding, Accept-Encoding
connection: close transfer-encoding: chunked vary: Accept-Encoding, Accept-Encoding
Caching Headers
Cache-Control
no-store, no-cache, must-revalidate
Expires
Thu, 01 Jan 1970 00:00:00 GMT
cache-control: no-store, no-cache, must-revalidate expires: Thu, 01 Jan 1970 00:00:00 GMT
Content Headers
Content-Type
text/html; charset=utf-8
content-type: text/html; charset=utf-8
CORS Headers
Access-Control-Allow-Origin
*
access-control-allow-origin: *
Cookies Headers
Other Headers
Date
Sun, 03 May 2026 02:46:00 GMT
Eagleid
76fdac9d17777763605181635e
Timing-Allow-Origin
*
Via
ens-cache40.l2su121-11[20,0,DP], ens-cache7.cn6898[40,0,DP], ens-cache7.cn6898[43,0]
X-Site-Cache-Status
DYNAMIC
date: Sun, 03 May 2026 02:46:00 GMT eagleid: 76fdac9d17777763605181635e timing-allow-origin: * via: ens-cache40.l2su121-11[20,0,DP], ens-cache7.cn6898[40,0,DP], ens-cache7.cn6898[43,0] x-site-cache-status: DYNAMIC
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology