Open
Cached
·
just now
13
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
close
Vary
accept-encoding
connection: close vary: accept-encoding
Caching Headers
No caching headers found
Content Headers
Content-Length
0
Content-Type
text/plain; charset=utf-8
content-length: 0 content-type: text/plain; charset=utf-8
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=86400
Cf-Apo-Via
origin,host
Date
Thu, 23 Apr 2026 01:43:12 GMT
alt-svc: h3=":443"; ma=86400 cf-apo-via: origin,host cf-cache-status: DYNAMIC cf-ray: 9f092d0caae24f6d-IAD date: Thu, 23 Apr 2026 01:43:12 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching