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
- You clicked the Managed Challenge button on
security.nobledemos.com. - The browser requested
https://challenge-endpoint.nobledemos.com/managed-challenge. - Cloudflare's WAF matched a Custom Rule and intercepted the request before it reached any origin code.
- The Managed Challenge interstitial verified you.
- 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"