Open
Cached
·
just now
13
Headers
HTTP Security Headers
Status
Strict-Transport-Security
Excellent
max-age=31536000; includeSubDomains; preload
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • 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
Accept-Ranges
bytes
Connection
close
accept-ranges: bytes connection: close
Caching Headers
Etag
"t8w3b8zb"
Last-Modified
Thu, 15 Jan 2026 05:01:56 GMT
etag: "t8w3b8zb" last-modified: Thu, 15 Jan 2026 05:01:56 GMT
Content Headers
Content-Length
1271
Content-Type
text/html; charset=utf-8
content-length: 1271 content-type: text/html; charset=utf-8
Server Headers
No server headers found
CORS Headers
Access-Control-Allow-Credentials
true
Access-Control-Allow-Headers
DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization
Access-Control-Allow-Methods
GET, OPTIONS
Access-Control-Allow-Origin
*
Access-Control-Max-Age
3600
access-control-allow-credentials: true access-control-allow-headers: DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization access-control-allow-methods: GET, OPTIONS access-control-allow-origin: * access-control-max-age: 3600
Cookies Headers
Other Headers
Date
Thu, 09 Apr 2026 00:42:00 GMT
date: Thu, 09 Apr 2026 00:42:00 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching