Open
Cached
·
just now
14
Headers
HTTP Security Headers
Status
Strict-Transport-Security
Good
max-age=31536000; includeSubDomains
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • Consider adding 'preload' to HSTS for maximum security
- • 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
Connection
close
Transfer-Encoding
chunked
Vary
Accept-Encoding, Access-Control-Allow-Origin
connection: close transfer-encoding: chunked vary: Accept-Encoding, Access-Control-Allow-Origin
Caching Headers
Cache-Control
no-cache, no-store, max-age=5, must-revalidate
cache-control: no-cache, no-store, max-age=5, must-revalidate
Content Headers
Content-Type
text/html;charset=UTF-8
content-type: text/html;charset=UTF-8
Server Headers
No server headers found
CORS Headers
Access-Control-Allow-Credentials
true
Access-Control-Allow-Headers
Origin, Authorization, X-Requested-With, Content-Type, Accept, Cookie, Depth, User-Agent, X-File-Size, If-Modified-Since, X-File-Name, Cache-Control, X-XHR-Logon, traceparent, Request-Id, Request-Context, X-Userlane-Client-Token, userlane-client-id, worker-access-token
Access-Control-Allow-Methods
OPTIONS, GET, POST, PUT, DELETE
Access-Control-Allow-Origin
*
Access-Control-Max-Age
600
access-control-allow-credentials: true access-control-allow-headers: Origin, Authorization, X-Requested-With, Content-Type, Accept, Cookie, Depth, User-Agent, X-File-Size, If-Modified-Since, X-File-Name, Cache-Control, X-XHR-Logon, traceparent, Request-Id, Request-Context, X-Userlane-Client-Token, userlane-client-id, worker-access-token access-control-allow-methods: OPTIONS, GET, POST, PUT, DELETE access-control-allow-origin: * access-control-max-age: 600
Cookies Headers
Other Headers
Date
Thu, 07 May 2026 11:49:02 GMT
X-Request-Id
267b25a075a6d5a78fc15f0167ee8e47
date: Thu, 07 May 2026 11:49:02 GMT x-request-id: 267b25a075a6d5a78fc15f0167ee8e47
Recommendations
Enable compression (gzip/brotli) to improve performance