Open
Cached
·
just now
20
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
Good
strict-origin-when-cross-origin
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
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Accept-Ranges
bytes
Connection
close
Transfer-Encoding
chunked
Vary
Accept, Accept-Encoding
accept-ranges: bytes connection: close transfer-encoding: chunked vary: Accept, Accept-Encoding
Caching Headers
Age
102
Cache-Control
public, max-age=604800
Expires
Sun, 10 May 2026 18:45:25 GMT
Last-Modified
Sat, 02 May 2026 16:42:37 GMT
age: 102 cache-control: public, max-age=604800 expires: Sun, 10 May 2026 18:45:25 GMT last-modified: Sat, 02 May 2026 16:42:37 GMT
Content Headers
Content-Type
text/html; charset=utf-8
content-type: text/html; charset=utf-8
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=86400
Date
Sun, 03 May 2026 18:45:25 GMT
Server-Timing
cfCacheStatus;desc="HIT", cfEdge;dur=19,cfOrigin;dur=0,cfWorker;dur=31
alt-svc: h3=":443"; ma=86400 cf-cache-status: HIT cf-ray: 9f616c311cfb5980-IAD date: Sun, 03 May 2026 18:45:25 GMT server-timing: cfCacheStatus;desc="HIT", cfEdge;dur=19,cfOrigin;dur=0,cfWorker;dur=31
Recommendations
Enable compression (gzip/brotli) to improve performance