Interactive Challenge passed
Cloudflare presented the legacy Interactive Challenge — the "I'm not a robot" checkbox — before this page loaded. Every visitor who reaches this page clicked through it. Use this action when you want an unambiguous, deliberate user gesture before granting access.
What just happened
- You clicked the Interactive Challenge button on
security.nobledemos.com. - The browser requested
https://challenge-endpoint.nobledemos.com/interactive-challenge. - Cloudflare's WAF matched a Custom Rule and intercepted the request before it reached any origin code.
- The Interactive Challenge interstitial verified you.
- The request was released to this Worker — which is why you're seeing this welcome page.
The rule
Action: Interactive Challenge
Expression:
http.host eq "challenge-endpoint.nobledemos.com" and http.request.uri.path eq "/interactive-challenge"