Open
Cached
·
just now
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
Accept-Ranges
bytes
Connection
close
Transfer-Encoding
chunked
accept-ranges: bytes connection: close transfer-encoding: chunked
Caching Headers
Cache-Control
public, max-age=0
Last-Modified
Tue, 13 Jan 2026 15:10:20 GMT
cache-control: public, max-age=0 last-modified: Tue, 13 Jan 2026 15:10:20 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
No CORS headers found
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=86400
Date
Sun, 24 May 2026 09:28:32 GMT
Nel
Report-To Group
heroku-nel
max-age: 1h
success: 1.0%
failure: 10.0%
Report-To
Other
Group
heroku-nel
max-age: 1h
Reporting-Endpoints
heroku-nel="https://nel.heroku.com/reports?s=%2BkkfW6ZooAWR9b%2FS%2F5zl3xswojmE0FUNYBKVOOhOwOY%3D&sid=c4c9725f-1ab0-44d8-820f-430df2718e11&ts=1779614912"
Server-Timing
cfCacheStatus;desc="DYNAMIC", cfEdge;dur=13,cfOrigin;dur=212
alt-svc: h3=":443"; ma=86400
cf-cache-status: DYNAMIC
cf-ray: a00b45536c562902-IAD
date: Sun, 24 May 2026 09:28:32 GMT
nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
report-to: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=%2BkkfW6ZooAWR9b%2FS%2F5zl3xswojmE0FUNYBKVOOhOwOY%3D\u0026sid=c4c9725f-1ab0-44d8-820f-430df2718e11\u0026ts=1779614912"}],"max_age":3600}
reporting-endpoints: heroku-nel="https://nel.heroku.com/reports?s=%2BkkfW6ZooAWR9b%2FS%2F5zl3xswojmE0FUNYBKVOOhOwOY%3D&sid=c4c9725f-1ab0-44d8-820f-430df2718e11&ts=1779614912"
server-timing: cfCacheStatus;desc="DYNAMIC", cfEdge;dur=13,cfOrigin;dur=212
via: 2.0 heroku-router
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology