Open
Cached
·
just now
22
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Excellent
max-age=31536000; includeSubDomains; preload
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
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 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
connection: close transfer-encoding: chunked vary: Accept-Encoding
Caching Headers
Age
30422
Cache-Control
public, max-age=86400
Etag
W/"6993afec-229"
Expires
Mon, 18 May 2026 05:06:14 GMT
Last-Modified
Tue, 17 Feb 2026 00:01:48 GMT
age: 30422 cache-control: public, max-age=86400 etag: W/"6993afec-229" expires: Mon, 18 May 2026 05:06:14 GMT last-modified: Tue, 17 Feb 2026 00:01:48 GMT
Content Headers
Content-Type
text/html
content-type: text/html
CORS Headers
Access-Control-Allow-Credentials
false
Access-Control-Allow-Headers
Content-Type, Origin
Access-Control-Allow-Methods
HEAD, GET, OPTIONS
Access-Control-Allow-Origin
*
Access-Control-Max-Age
300
access-control-allow-credentials: false access-control-allow-headers: Content-Type, Origin access-control-allow-methods: HEAD, GET, OPTIONS access-control-allow-origin: * access-control-max-age: 300
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=86400
Date
Sun, 17 May 2026 05:06:14 GMT
alt-svc: h3=":443"; ma=86400 cf-cache-status: HIT cf-ray: 9fd017797be5d6ef-IAD date: Sun, 17 May 2026 05:06:14 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance