Open
Cached
·
just now
19
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
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 Strict-Transport-Security header with max-age of at least 1 year
- • 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
Vary
Accept-Encoding
accept-ranges: bytes connection: close vary: Accept-Encoding
Caching Headers
Cache-Control
no-cache, no-store, must-revalidate
cache-control: no-cache, no-store, must-revalidate
Content Headers
Content-Length
131
Content-Type
application/json; charset=utf-8
content-length: 131 content-type: application/json; charset=utf-8
Server Headers
No server headers found
CORS Headers
Access-Control-Allow-Origin
*
Access-Control-Expose-Headers
*
access-control-allow-origin: * access-control-expose-headers: *
Cookies Headers
Other Headers
Alt-Svc
h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
Date
Fri, 11 Sep 2026 04:43:50 GMT
Link
rel=service-desc
type=application/yaml
rel=service-doc
type=text/html
Timing-Allow-Origin
*
X-Cache
MISS
X-Response-Time
0ms
X-Robots-Tag
noindex
X-Served-By
cache-nyc-kteb1890055-NYC
X-Timer
S1789101830.240371,VS0,VE284
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400 date: Fri, 11 Sep 2026 04:43:50 GMT link: <https://data.jsdelivr.com/v1/spec.yaml>; rel="service-desc"; type="application/yaml", <https://www.jsdelivr.com/docs/data.jsdelivr.com>; rel="service-doc"; type="text/html" timing-allow-origin: * via: 1.1 varnish x-cache: MISS x-response-time: 0ms x-robots-tag: noindex x-served-by: cache-nyc-kteb1890055-NYC x-timer: S1789101830.240371,VS0,VE284
Recommendations
Enable compression (gzip/brotli) to improve performance