Open
Cached
·
just now
14
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=15552000
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • Increase HSTS max-age to at least 1 year and add includeSubDomains
- • 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
connection: close
Caching Headers
Etag
W/"31-uBV8Qy2mRI9dvU77Sv/xVV/55vk"
etag: W/"31-uBV8Qy2mRI9dvU77Sv/xVV/55vk"
Content Headers
Content-Length
49
Content-Type
text/html; charset=utf-8
content-length: 49 content-type: text/html; charset=utf-8
CORS Headers
Access-Control-Allow-Origin
*
access-control-allow-origin: *
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=86400
Date
Mon, 25 May 2026 02:03:55 GMT
Server-Timing
cfCacheStatus;desc="DYNAMIC", cfEdge;dur=33,cfOrigin;dur=50
alt-svc: h3=":443"; ma=86400 cf-cache-status: DYNAMIC cf-ray: a010f768a9c8ef65-IAD date: Mon, 25 May 2026 02:03:55 GMT server-timing: cfCacheStatus;desc="DYNAMIC", cfEdge;dur=33,cfOrigin;dur=50
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching