Open
Cached
·
just now
17
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=3600; includeSubDomains
X-Frame-Options
Excellent
DENY
X-Content-Type-Options
Good
nosniff
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
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Vary
origin
connection: close vary: origin
Caching Headers
No caching headers found
Content Headers
Content-Length
1393
Content-Type
application/json
content-length: 1393 content-type: application/json
CORS Headers
Access-Control-Allow-Credentials
false
Access-Control-Allow-Headers
Content-Type, X-CSRFToken, X-User-Authorization, X-User-Id, X-cb-lc, X-cb-proj, X-cb-release, X-API-KEY
Access-Control-Allow-Methods
GET, POST, PUT, PATCH, DELETE, OPTIONS
Access-Control-Allow-Origin
*
access-control-allow-credentials: false access-control-allow-headers: Content-Type, X-CSRFToken, X-User-Authorization, X-User-Id, X-cb-lc, X-cb-proj, X-cb-release, X-API-KEY access-control-allow-methods: GET, POST, PUT, PATCH, DELETE, OPTIONS access-control-allow-origin: *
Cookies Headers
Other Headers
Allow
GET, HEAD, OPTIONS
Date
Sun, 03 May 2026 23:45:42 GMT
X-Robots-Tag
noindex
allow: GET, HEAD, OPTIONS date: Sun, 03 May 2026 23:45:42 GMT x-robots-tag: noindex
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching