Challenge passed

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

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

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

← Back to challenge index Security demos ↗