Open
Cached
·
just now
15
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=31557600
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Present
same-origin
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-Content-Type-Options: nosniff
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Vary
branch, api_key, access_token
connection: close vary: branch, api_key, access_token
Caching Headers
Cache-Control
private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
cache-control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Content Headers
Content-Length
75
Content-Type
application/json
content-length: 75 content-type: application/json
CORS Headers
Access-Control-Allow-Headers
content-disposition, content-type, cache-control, content-length
Access-Control-Allow-Origin
*
access-control-allow-headers: content-disposition, content-type, cache-control, content-length access-control-allow-origin: *
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=86400
Date
Sun, 10 May 2026 13:40:55 GMT
X-Timer
220
alt-svc: h3=":443"; ma=86400 cf-ray: 9f995bc52c7bd6b4-IAD date: Sun, 10 May 2026 13:40:55 GMT x-timer: 220
Recommendations
Enable compression (gzip/brotli) to improve performance