Open
Cached
·
just now
18
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=15724800; includeSubdomains
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
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 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
chunked
Vary
Accept-Encoding
connection: close transfer-encoding: chunked vary: Accept-Encoding
Caching Headers
Cache-Control
no-cache
Last-Modified
Mon, 16 Mar 2026 22:23:33 GMT
cache-control: no-cache last-modified: Mon, 16 Mar 2026 22:23:33 GMT
Content Headers
Content-Type
text/html; charset=UTF-8
content-type: text/html; 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
Mon, 01 Jun 2026 11:41:17 GMT
Nel
Report-To Group
cf-nel
max-age: 1w
success: 0.0%
Report-To
Other
Server-Timing
cfCacheStatus;desc="DYNAMIC", cfEdge;dur=23,cfOrigin;dur=12
alt-svc: h3=":443"; ma=86400
cf-cache-status: DYNAMIC
cf-ray: a04df2c85b6c0598-IAD
date: Mon, 01 Jun 2026 11:41:17 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=aTznrNV3w4f9uHx9ZkpaTN%2B2nk72D4vqRQy6RpWpD%2FLfRkiPRqzA%2F2kfh1vxeX0ud6Kr2EVmV%2FMIOEI9iHEHrJE7ouv8gWWEHNFL0EMh6hVSq10nVwMb1Fb7%2F%2BiaDbFvC58%3D"}]}
server-timing: cfCacheStatus;desc="DYNAMIC", cfEdge;dur=23,cfOrigin;dur=12
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology