Open
Cached
·
2h ago
17
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
private
Etag
W/"32-io6ATw4GdwnM/fwr2BiyeBLEQOs"
cache-control: private etag: W/"32-io6ATw4GdwnM/fwr2BiyeBLEQOs"
Content Headers
Content-Length
50
Content-Type
application/json; charset=utf-8
content-length: 50 content-type: application/json; charset=utf-8
Server Headers
server: cloudflare x-powered-by: Express
CORS Headers
Access-Control-Allow-Origin
*
access-control-allow-origin: *
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=86400
Date
Wed, 19 Aug 2026 16:08:16 GMT
Nel
Report-To Group
cf-nel
max-age: 1w
success: 0.0%
Report-To
Other
Server-Timing
cfCacheStatus;desc="DYNAMIC", cfEdge;dur=12,cfOrigin;dur=624
Speculation-Rules
"/cdn-cgi/speculation"
alt-svc: h3=":443"; ma=86400
cf-cache-status: DYNAMIC
cf-ray: a2da6a790b4fc0d6-IAD
date: Wed, 19 Aug 2026 16:08:16 GMT
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=R70SPvSFvou2jOkjN7sdyZTigJwel1dYpHcRsoQzezXZ35s6p%2FH%2F9fikEVnlAUkEfkfb2hdbGGCmEeycnYUyp4kqi5kBU5NgIZP0WKRRH7zHShrsFBskFjyut1%2BnhEU1"}]}
server-timing: cfCacheStatus;desc="DYNAMIC", cfEdge;dur=12,cfOrigin;dur=624
speculation-rules: "/cdn-cgi/speculation"
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology