Open
Cached
·
just now
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
Cache-Control
no-store, no-cache
cache-control: no-store, no-cache
Content Headers
Content-Length
58
Content-Type
application/json; charset=utf-8
content-length: 58 content-type: application/json; charset=utf-8
Server Headers
X-Powered-By
BandLab
x-powered-by: BandLab
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Arr-Disable-Session-Affinity
true
Date
Sat, 29 Aug 2026 21:42:44 GMT
X-Api-Version
1.0.0.0
X-Cache
CONFIG_NOCACHE
X-Request-Id
400086f4-0000-b300-b63f-84710c7967bb
arr-disable-session-affinity: true date: Sat, 29 Aug 2026 21:42:44 GMT x-api-version: 1.0.0.0 x-azure-ref: 20260829T214243Z-1778b6587bdfkl28hC1BN1e14s000000026g00000000ybpa x-cache: CONFIG_NOCACHE x-request-id: 400086f4-0000-b300-b63f-84710c7967bb
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology