Skip to content
Cloudflare Docs

How Challenges work

Challenges can be issued in three primary ways depending on which Cloudflare products or features are in use. Each method is designed to balance security with seamless visitor experience.

ProductChallenge type(s)
WAF (custom rules, rate limiting rules, IP access rules)Interstitial Challenge Page
Bot ManagementJavaScript detection
Bot Fight Mode, Super Bot Fight ModeInterstitial Challenge Page
TurnstileEmbedded widget
HTTP DDoS attack protectionAny Challenge
Under Attack ModeManaged Challenge

Challenge Pages and Turnstile rely on the same underlying mechanism to issue Challenges to your website or application's visitors.

JavaScript detections support Cloudflare's Enterprise Bot Management. While it still relies on client-side detections, JavaScript detections function using a more performant challenge logic than Challenge Pages or Turnstile.


Available Challenges

Refer to the following pages for more information on the different challenge types:


Limitations

Cloudflare Challenges cannot support the following:

  • Browser extensions that modify the browser's User-Agent value or Web APIs such as Canvas and WebGL.
  • Implementations where a domain serves a challenge page originally requested for another domain.
  • Challenge Pages cannot be embedded in cross-origin iframes.
  • Client software where the solve request of a Managed Challenge comes from a different IP than the original IP a Challenge request was issued to. For example, if you receive the Challenge from one IP and solve it using another IP, the solve is not valid and you may encounter a Challenge loop.