Open
Cached
·
just now
14
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
Missing
Not configured
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 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
Vary
Accept-Encoding
connection: close vary: Accept-Encoding
Caching Headers
Etag
W/"ad-tFwcLgV8SRiW6nXMYG2nS2w1V1k"
etag: W/"ad-tFwcLgV8SRiW6nXMYG2nS2w1V1k"
Content Headers
Content-Length
173
Content-Type
text/html; charset=utf-8
content-length: 173 content-type: text/html; charset=utf-8
Server Headers
server: cloudflare x-powered-by: Express
CORS Headers
Access-Control-Allow-Credentials
true
Access-Control-Allow-Origin
*
access-control-allow-credentials: true access-control-allow-origin: *
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=86400
Date
Wed, 05 Aug 2026 07:23:42 GMT
alt-svc: h3=":443"; ma=86400 cf-cache-status: DYNAMIC cf-ray: a2640ed2abd6d0cc-IAD date: Wed, 05 Aug 2026 07:23:42 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching
Consider removing X-Powered-By header to hide server technology