Skip to content

Commit 753444a

Browse files
redirects + naming
1 parent 6dc5c00 commit 753444a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

public/__redirects

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,9 @@
263263
/bots/get-started/pro/ /bots/get-started/super-bot-fight-mode/ 301
264264
/bots/additional-configurations/javascript-detections/ /cloudflare-challenges/challenge-types/javascript-detections/ 301
265265
/bots/troubleshooting/frequently-asked-questions/ /bots/frequently-asked-questions/ 301
266+
/bots/concepts/bot/verified-bots/categories/ /bots/concepts/bot/verified-bots/#categories 301
267+
/bots/concepts/bot/verified-bots/ip-validation/ /bots/reference/bot-verification/ip-validation/ 301
268+
/bots/concepts/bot/verified-bots/web-bot-auth/ /bots/reference/bot-verification/web-bot-auth/ 301
266269

267270
#browser-rendering
268271
/browser-rendering/get-started/browser-rendering-with-DO/ /browser-rendering/workers-bindings/browser-rendering-with-do/ 301

src/content/docs/bots/concepts/bot/verified-bots/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A verified bot is a bot which has been added to Cloudflare's list of <GlossaryTo
1616
You can request for your bot to be added to Cloudflare's bots and agents directory by filling out an [online application](https://dash.cloudflare.com/?to=/:account/configurations/verified-bots) in the Cloudflare dashboard.
1717

1818
:::note
19-
A bot cannot be registered as both a verified bot and a signed agent. Review Cloudflare's [signed bots](/bots/concepts/bot/signed-agents/) to determine how to identify your bot.
19+
A bot cannot be registered as both a verified bot and a signed agent. Review Cloudflare's [signed agents](/bots/concepts/bot/signed-agents/) to determine how to identify your bot.
2020
:::
2121

2222
## Verified bot requirement

src/content/docs/bots/reference/bot-verification/web-bot-auth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar:
99

1010
import { GlossaryTooltip, Steps } from "~/components"
1111

12-
Web Bot Auth is an authentication method that leverages cryptographic signatures in HTTP messages to verify that a request comes from an automated bot. Web Bot Auth is used as a verification method for [verified bots](/bots/concepts/bot/verified-bots/) and [signed bots](/bots/concepts/bot/signed-agents/).
12+
Web Bot Auth is an authentication method that leverages cryptographic signatures in HTTP messages to verify that a request comes from an automated bot. Web Bot Auth is used as a verification method for [verified bots](/bots/concepts/bot/verified-bots/) and [signed agents](/bots/concepts/bot/signed-agents/).
1313

1414
It relies on two active IETF drafts: a [directory draft](https://datatracker.ietf.org/doc/html/draft-meunier-http-message-signatures-directory) allowing the crawler to share their public keys, and a [protocol draft](https://datatracker.ietf.org/doc/html/draft-meunier-web-bot-auth-architecture) defining how these keys should be used to attach crawler's identity to HTTP requests.
1515

0 commit comments

Comments
 (0)