13 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Excellent
max-age=31536000; includeSubDomains; preload
Content-Security-Policy
Strong
default-src; script-src; frame-ancestors
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Present
accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=(), interest-cohort=()
Recommendations
  • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
  • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)

Performance Headers

1 headers
Connection
Performance
keep-alive

Caching Headers

0 headers
No caching headers found

Content Headers

2 headers
Content-Length
Content
217
Content-Type
Content
application/json; charset=utf-8

Server Headers

0 headers
No server headers found

CORS Headers

0 headers
No CORS headers found

Cookies Headers

0 headers
No cookies headers found

Other Headers

6 headers
Branch-Name
Other
bWFpbg
Date
Other
Sat, 22 Nov 2025 00:33:26 GMT
Request-Id
Other
c3e365f2-bce3-4343-b346-8dd58527b2ca
Response-Condition
Other
condition-6903
X-Robots-Tag
Other
noindex
X-Shipengine-Requestid
Other
c3e365f2-bce3-4343-b346-8dd58527b2ca

Recommendations

Enable compression (gzip/brotli) to improve performance

Add Cache-Control header to optimize caching

Analysis completed in 88ms