Open
Cached
·
17h ago
13
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
- • 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
Vary
accept-encoding
connection: close vary: accept-encoding
Caching Headers
Cache-Control
private, max-age=0, s-maxage=0, no-cache, no-store, must-revalidate
Expires
-1
Pragma
no-cache
cache-control: private, max-age=0, s-maxage=0, no-cache, no-store, must-revalidate expires: -1 pragma: no-cache
Content Headers
Content-Length
7068
Content-Type
text/html;charset=UTF-8
content-length: 7068 content-type: text/html;charset=UTF-8
Server Headers
No server headers found
CORS Headers
Access-Control-Allow-Headers
Content-Type, Content-Range, Content-Disposition, Content-Description, set-cookie, Authorization, X-UserToken
Access-Control-Allow-Origin
*
Access-Control-Expose-Headers
Content-Disposition
access-control-allow-headers: Content-Type, Content-Range, Content-Disposition, Content-Description, set-cookie, Authorization, X-UserToken access-control-allow-origin: * access-control-expose-headers: Content-Disposition
Cookies Headers
Other Headers
Date
Fri, 08 May 2026 01:23:55 GMT
date: Fri, 08 May 2026 01:23:55 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance