16 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=63072000
Content-Security-Policy
Weak
frame-ancestors; form-action; report-uri
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
  • Increase HSTS max-age to at least 1 year and add includeSubDomains
  • Significantly strengthen CSP directives
  • 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

3 headers
Connection
Performance
close
Transfer-Encoding
Performance
chunked
Vary
Performance
X-Inertia,Accept-Encoding

Caching Headers

3 headers
Cache-Control
Caching
no-cache, private
Expires
Caching
Thu, 19 Nov 1981 08:52:00 GMT
Pragma
Caching
no-cache

Content Headers

1 headers
Content-Type
Content
text/html; charset=UTF-8

Server Headers

0 headers
No server headers found

CORS Headers

3 headers
Access-Control-Allow-Credentials
Cors
true
Access-Control-Allow-Methods
Cors
GET
Access-Control-Allow-Origin
Cors
https://chk.me

Cookies Headers

1 headers
Set-Cookie
Cookies
SASESSION=oYmla6KmFSBlFbLq2VbMlBBq0I2wtIcj0kfN7pTN; expires=Thu, 13 Nov 2025 12:15:31 GMT; Max-Age=7200; path=/; domain=.infomaniak.com; secure; httponly; samesite=lax

Other Headers

3 headers
Date
Other
Thu, 13 Nov 2025 10:15:31 GMT
X-App-Version
Other
2.28.10
X-Request-Id
Other
760f705f-9ece-4f05-9f8c-8a9a3b8b2466

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 1005ms