Open
Cached
·
2h ago
12
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
No caching headers found
Content Headers
Content-Length
2
Content-Type
application/json
content-length: 2 content-type: application/json
CORS Headers
Access-Control-Allow-Headers
*
Access-Control-Allow-Methods
*
Access-Control-Allow-Origin
*
Access-Control-Max-Age
86400
access-control-allow-headers: * access-control-allow-methods: * access-control-allow-origin: * access-control-max-age: 86400
Cookies Headers
Other Headers
Date
Wed, 13 May 2026 01:59:03 GMT
Server-Timing
cfEdge;dur=7,cfOrigin;dur=0,cfWorker;dur=1
cf-ray: 9fae0fc78bcaf26e-IAD date: Wed, 13 May 2026 01:59:03 GMT server-timing: cfEdge;dur=7,cfOrigin;dur=0,cfWorker;dur=1
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching