Skip to content

Commit e652449

Browse files
implementation
1 parent 827d2bf commit e652449

File tree

7 files changed

+27
-5
lines changed

7 files changed

+27
-5
lines changed

src/content/docs/cloudflare-challenges/challenge-types/challenge-pages/additional-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: concept
33
title: Additional configuration
44
sidebar:
5-
order: 5
5+
order: 6
66
---
77

88
## Multi-language support

src/content/docs/cloudflare-challenges/challenge-types/challenge-pages/challenge-passage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: concept
33
title: Challenge Passage
44
sidebar:
5-
order: 2
5+
order: 3
66
---
77

88

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
pcx_content_type: how-to
3+
title: Implement a Challenge Page via WAF custom rules
4+
sidebar:
5+
order: 2
6+
label: Implementation
7+
---
8+
9+
import { Render } from "~/components"
10+
11+
<Render file="create-challenge-page" />
12+
13+
- **Bot Management**: You can set the custom rule to challenge a visitor based on the [bot score](/bots/concepts/bot-score/) or [detection ID](/bots/additional-configurations/detection-ids/).
14+
- **Rate limiting**: You can challenge visitors based on your defined rate limits.

src/content/docs/cloudflare-challenges/challenge-types/challenge-pages/detect-response.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: concept
33
title: Detect a Challenge Page response
44
sidebar:
5-
order: 3
5+
order: 4
66
---
77

88
## Detect a Challenge Page response

src/content/docs/cloudflare-challenges/challenge-types/challenge-pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ An interstitial Challenge Page acts as a gate between the visitor and your websi
1010

1111
The Challenge Page intercepts the visitor from getting to the destination URL by holding the request and evaluating the browser environment for automated signals, and serving a Challenge. The visitor cannot reach their destination without passing the Challenge. Based on the signals indicated by their browser environment, the visitor may be asked to perform an interaction such as checking a box or selecting a button for further probing.
1212

13-
You can implement a Challenge Page via WAF custom rules. Challenges are triggered by a rule in the [Web Application Firewall (WAF)](/waf/), [Bot Management](/bots/), or [Rate limiting](/waf/rate-limiting-rules/).
13+
You can implement a Challenge Page to your website or application via WAF custom rules. Challenges are triggered by a rule in the [Web Application Firewall (WAF)](/waf/), [Bot Management](/bots/), or [Rate limiting](/waf/rate-limiting-rules/).
1414

1515
The level of interactivity and visibility of the Challenge Page depends on the Action that you select when creating the WAF rule for your website or application.
1616

src/content/docs/cloudflare-challenges/challenge-types/challenge-pages/resolve-challenge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: concept
33
title: Resolve a Challenge
44
sidebar:
5-
order: 4
5+
order: 5
66
---
77

88
If a visitor encounters a Challenge, Cloudflare employees cannot remove that Challenge. Only the website owner can configure their Cloudflare settings to stop the Challenge being presented.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
{}
3+
4+
---
5+
6+
You can implement a Challenge Page to your website or application by creating a [WAF custom rule](/waf/custom-rules/).
7+
8+
Challenges are triggered by a rule in the [Web Application Firewall (WAF)](/waf/), [Bot Management](/bots/), or [Rate limiting](/waf/rate-limiting-rules/).

0 commit comments

Comments
 (0)