Skip to content

Commit 6a2f5f9

Browse files
[Bots] Move Challenge Solve Rate to Fundamentals (#21231)
* move csr to fundamentals * edits
1 parent fafcaed commit 6a2f5f9

File tree

8 files changed

+10
-8
lines changed

8 files changed

+10
-8
lines changed

public/__redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
/bots/concepts/ja3-fingerprint/ /bots/concepts/ja3-ja4-fingerprint/ 301
188188
/bots/reference/verified-bot-categories/ /bots/concepts/bot/verified-bots/categories/ 301
189189
/bots/reference/verified-bot-policy/ /bots/concepts/bot/verified-bots/policy/ 301
190+
/bots/concepts/challenge-solve-rate/ /fundamentals/security/cloudflare-challenges/challenge-solve-rate/ 301
190191

191192
#browser-rendering
192193
/browser-rendering/get-started/browser-rendering-with-do/ /browser-rendering/workers-binding-api/browser-rendering-with-do/ 301

src/content/docs/fundamentals/security/cloudflare-challenges/challenge-passage.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
pcx_content_type: reference
33
title: Challenge Passage
4-
4+
sidebar:
5+
order: 2
56
---
67

78
When a visitor solves a [Cloudflare challenge](/fundamentals/security/cloudflare-challenges/) - as part of a [WAF custom rule](/waf/custom-rules/) or [IP Access rule](/waf/tools/ip-access-rules/) - you can set the **Challenge Passage** to prevent them from having to solve future challenges for a specified period of time.

src/content/docs/bots/concepts/challenge-solve-rate.mdx renamed to src/content/docs/fundamentals/security/cloudflare-challenges/challenge-solve-rate.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
pcx_content_type: concept
3-
title: Challenge Solve Rate (CSR)
3+
title: Challenge solve rate (CSR)
44
sidebar:
5-
order: 2
5+
order: 3
66

77
---
88

src/content/docs/turnstile/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Refer to [Cloudflare Turnstile's product page](https://www.cloudflare.com/produc
7777
## Features
7878

7979
<Feature header="Turnstile Analytics" href="/turnstile/turnstile-analytics/">
80-
Assess the number of challenges issued, evaluate the challenge solve rate, and
80+
Assess the number of challenges issued, evaluate the [challenge solve rate](/fundamentals/security/cloudflare-challenges/challenge-solve-rate/), and
8181
view the metrics of issued challenges.
8282
</Feature>
8383

src/content/docs/turnstile/tutorials/implicit-vs-explicit-rendering.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,5 +264,5 @@ Remember to perform server-side validation of the response token to complete the
264264
## Additional resources
265265
266266
- [Server-side validation](/turnstile/get-started/server-side-validation/): A guide on how to implement server-side validation to ensure that only valid, human-generated responses are accepted by your application.
267-
- [Turnstile Analytics](/turnstile/turnstile-analytics/): A guide on how to access and interpret Turnstile Analytics data, allowing you to monitor key metrics, access the number of challenges issued, and evaluate the challenge solve rate (CSR).
267+
- [Turnstile Analytics](/turnstile/turnstile-analytics/): A guide on how to access and interpret Turnstile Analytics data, allowing you to monitor key metrics, access the number of challenges issued, and evaluate the [challenge solve rate (CSR)](/fundamentals/security/cloudflare-challenges/challenge-solve-rate/).
268268
- [Turnstile API Reference](/api/resources/turnstile/subresources/widgets/methods/list/): Comprehensive documentation for the Turnstile API, providing detailed information on API operations for managing Turnstile widgets, including how to list, create, and update widgets via API calls.

src/content/docs/turnstile/tutorials/integrating-turnstile-waf-and-bot-management.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ If you are interested in customizing Turnstile, refer to the resources below for
180180

181181
- [Client-side rendering](/turnstile/get-started/client-side-rendering/). Learn how to customize how and when Turnstile renders in your user interface, to better fit your application's needs and user experience.
182182
- [Server-side validation](/turnstile/get-started/server-side-validation/). Learn how Turnstile's API works, including request parameters, as well as how to handle different types of responses, including error codes.
183-
- [Turnstile Analytics](/turnstile/turnstile-analytics/). Learn how to view Turnstile's analytics in the Cloudflare dashboard. This includes metrics on the number of challenges issued, as well as the CSR (Challenge Solve Rate).
183+
- [Turnstile Analytics](/turnstile/turnstile-analytics/). Learn how to view Turnstile's analytics in the Cloudflare dashboard. This includes metrics on the number of challenges issued, as well as the [challenge solve rate (CSR)](/fundamentals/security/cloudflare-challenges/challenge-solve-rate/).

src/content/glossary/bots.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ entries:
1313
general_definition: |-
1414
Additional information about a bot request, such as why Cloudflare has given it a bot score and whether the request came from a verified bot or a category of verified bots.
1515
16-
- term: Challenge Solve Rate (CSR)
16+
- term: Challenge solve rate (CSR)
1717
general_definition: |-
1818
The percentage of issued challenges that were solved.
1919

src/content/partials/bots/challenge-solve-rate.mdx renamed to src/content/partials/fundamentals/challenge-solve-rate.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
---
55

6-
The Challenge Solve Rate (CSR) is the percentage of issued challenges — Interactive Challenge, JS Challenge, or Managed Challenge actions — that were solved.
6+
The challenge solve rate (CSR) is the percentage of issued challenges — Interactive Challenge, JS Challenge, or Managed Challenge actions — that were solved.
77

88
```sql
99
CSR = number of challenges solved / number of challenges issued

0 commit comments

Comments
 (0)