-
Notifications
You must be signed in to change notification settings - Fork 7k
[Bots] Web Bot Auth docs #23099
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bots] Web Bot Auth docs #23099
Conversation
Howdy and thanks for contributing to our repo. The Cloudflare team reviews new, external PRs within two (2) weeks. If it's been two weeks or longer without any movement, please tag the PR Assignees in a comment. We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally. PR Change SummaryIntroduced Web Bot Auth (WBA) documentation, enhancing bot verification methods.
Modified Files
Added Files
How can I customize these reviews?Check out the Hyperlint AI Reviewer docs for more information on how to customize the review. If you just want to ignore it on this PR, you can add the Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add |
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
src/content/docs/bots/concepts/bot/verified-bots/verification.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/bots/concepts/bot/verified-bots/verification.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/bots/concepts/bot/verified-bots/web-bot-auth.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/bots/concepts/bot/verified-bots/web-bot-auth.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Patricia Santa Ana <103445940+patriciasantaana@users.noreply.github.com>
This PR changes current filenames or deletes current files. Make sure you have redirects set up to cover the following paths:
|
src/content/docs/bots/concepts/bot/verified-bots/web-bot-auth.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/bots/concepts/bot/verified-bots/web-bot-auth.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/bots/concepts/bot/verified-bots/web-bot-auth.mdx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One or two final comments, but marking as appriove to unblock you
ThxSent from my Apple WatchOn Jun 23, 2025, at 18:15, Akshat Mahajan ***@***.***> wrote:
@AkshatM approved this pull request.
One or two final comments, but marking as appriove to unblock you
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Summary
We're now introducing "Web Bot Auth" (WBA), which is a more secure authentication method for verifying bots. Previously, verifying bots was only possible through two flavours of IP validation,
public IP list
, andreverse DNS
.Web Bot Auth may become the new IETF standard in the near future, and paves the way for better bot detection across the Internet.
This PR restructures and adds information for WBA. Specifically:
Verified bots requirements
, which explains what's involved for a bot to be verified.Verified bots policy
chapter to only talk about the policyVerification methods
, which :Policy
chapter)Policy
chapter)Things that we need to improve:
Consider absorbingDecided against after discussion.Categories
chapter intoVerification methods
(or somewhere else)Reference
>FAQs
> "WBA FAQs"?Screenshots (optional)
Documentation checklist