Open
Cached
·
8h ago
19
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
connection: close
Caching Headers
Cache-Control
max-age=0, private, no-cache, no-store, must-revalidate
Pragma
no-cache
cache-control: max-age=0, private, no-cache, no-store, must-revalidate pragma: no-cache
Content Headers
Content-Length
772
Content-Type
text/html;charset=utf-8
content-length: 772 content-type: text/html;charset=utf-8
CORS Headers
Access-Control-Allow-Credentials
true
Access-Control-Allow-Origin
*
Access-Control-Expose-Headers
x-dd-b, x-set-cookie
access-control-allow-credentials: true access-control-allow-origin: * access-control-expose-headers: x-dd-b, x-set-cookie
Cookies Headers
Other Headers
Accept-Ch
Sec-CH-UA,Sec-CH-UA-Mobile,Sec-CH-UA-Platform,Sec-CH-UA-Arch,Sec-CH-UA-Full-Version-List,Sec-CH-UA-Model,Sec-CH-Device-Memory
Alt-Svc
h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Charset
utf-8
Date
Wed, 08 Apr 2026 00:14:10 GMT
Via
1.1 google
X-Dd-B
3
accept-ch: Sec-CH-UA,Sec-CH-UA-Mobile,Sec-CH-UA-Platform,Sec-CH-UA-Arch,Sec-CH-UA-Full-Version-List,Sec-CH-UA-Model,Sec-CH-Device-Memory alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 charset: utf-8 date: Wed, 08 Apr 2026 00:14:10 GMT via: 1.1 google x-datadome: protected x-datadome-cid: AHrlqAAAAAMAUh085_2UrAIAQCJUeA== x-dd-b: 3 x-envoy-upstream-service-time: 14
Recommendations
Enable compression (gzip/brotli) to improve performance