Open
Cached
·
just now
10
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
Transfer-Encoding
chunked
connection: close, Transfer-Encoding transfer-encoding: chunked
Caching Headers
Cache-Control
no-store, must-revalidate, no-cache, max-age=0, private
cache-control: no-store, must-revalidate, no-cache, max-age=0, private
Content Headers
Content-Type
text/html; charset=utf-8
content-type: text/html; charset=utf-8
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Mon, 23 Feb 2026 22:41:01 GMT
Server-Timing
cdn-cache; desc=MISS, edge; dur=1325, origin; dur=3272, ak_p; desc="1771886457111_389073010_1079169249_458777_4048_0_37_-";dur=1
X-Ms-Middleware-Request-Id
00000000-0000-0000-0000-000000000000
date: Mon, 23 Feb 2026 22:41:01 GMT server-timing: cdn-cache; desc=MISS, edge; dur=1325, origin; dur=3272, ak_p; desc="1771886457111_389073010_1079169249_458777_4048_0_37_-";dur=1 x-akamai-transformed: 9 33009 0 pmb=mRUM,1 x-ms-middleware-request-id: 00000000-0000-0000-0000-000000000000
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology