Open
Cached
·
just now
18
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=300
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
strict-origin-when-cross-origin
Permissions-Policy
Present
geolocation=*, microphone=(), camera=(); +10 more
Recommendations
- • Increase HSTS max-age to at least 1 year and add includeSubDomains
- • Add Content-Security-Policy header to prevent XSS attacks
- • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
Performance Headers
Connection
close
Vary
Origin, Cookie, Accept-Language, Accept-Encoding
connection: close vary: Origin, Cookie, Accept-Language, Accept-Encoding
Caching Headers
Cache-Control
private, max-age=1
cache-control: private, max-age=1
Content Headers
Content-Language
en
Content-Length
58
Content-Type
application/json
content-language: en content-length: 58 content-type: application/json
CORS Headers
Access-Control-Allow-Credentials
true
Access-Control-Allow-Headers
Authorization, Content-Type, x-csrftoken, x-mfa-token, X-Insights-Redirect
Access-Control-Allow-Methods
POST, GET, PUT, DELETE, OPTIONS, PATCH
Access-Control-Allow-Origin
None
access-control-allow-credentials: true access-control-allow-headers: Authorization, Content-Type, x-csrftoken, x-mfa-token, X-Insights-Redirect access-control-allow-methods: POST, GET, PUT, DELETE, OPTIONS, PATCH access-control-allow-origin: None
Cookies Headers
Other Headers
Allow
GET, HEAD, OPTIONS
Date
Fri, 07 Aug 2026 15:07:04 GMT
Www-Authenticate
Token
allow: GET, HEAD, OPTIONS date: Fri, 07 Aug 2026 15:07:04 GMT www-authenticate: Token
Recommendations
Enable compression (gzip/brotli) to improve performance