Challenge passed

Managed Challenge passed

Cloudflare ran a Managed Challenge before this page loaded. For most visitors that's an invisible JavaScript check — for higher-risk requests Cloudflare may show a Turnstile widget instead. Either way, the challenge logic stays at the edge. Your origin only sees the traffic that already proved it's human.

What just happened

  1. You clicked the Managed Challenge button on security.nobledemos.com.
  2. The browser requested https://challenge-endpoint.nobledemos.com/managed-challenge.
  3. Cloudflare's WAF matched a Custom Rule and intercepted the request before it reached any origin code.
  4. The Managed Challenge interstitial verified you.
  5. The request was released to this Worker — which is why you're seeing this welcome page.

The rule

Action: Managed Challenge

Expression:

http.host eq "challenge-endpoint.nobledemos.com" and http.request.uri.path eq "/managed-challenge"

Configured under Security → WAF → Custom rules on the nobledemos.com zone.

← Back to challenge index Security demos ↗