Open
Cached
·
4h ago
19
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Good
max-age=31536000; includeSubDomains
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
strict-origin-when-cross-origin
Permissions-Policy
Missing
Not configured
Recommendations
- • Consider adding 'preload' to HSTS for maximum security
- • Add Content-Security-Policy header to prevent XSS attacks
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Transfer-Encoding
chunked
connection: close transfer-encoding: chunked
Caching Headers
Cache-Control
no-store, no-cache, must-revalidate
Expires
Thu, 19 Nov 1981 08:52:00 GMT
Pragma
no-cache
cache-control: no-store, no-cache, must-revalidate expires: Thu, 19 Nov 1981 08:52:00 GMT pragma: no-cache
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
Content-Type, Authorization, Accept, Version
Access-Control-Allow-Methods
GET, POST, OPTIONS, PUT, DELETE
Access-Control-Allow-Origin
*
Access-Control-Expose-Headers
Content-Disposition
Access-Control-Max-Age
3600
access-control-allow-credentials: true access-control-allow-headers: Content-Type, Authorization, Accept, Version access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE access-control-allow-origin: * access-control-expose-headers: Content-Disposition access-control-max-age: 3600
Cookies Headers
Other Headers
Date
Sat, 09 May 2026 02:06:42 GMT
date: Sat, 09 May 2026 02:06:42 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance