Skip to content

Commit e89e046

Browse files
Oxyjunsdnts
authored andcommitted
[Bots] Link to blog (cloudflare#23356)
* Link to blog * Treating linebreaks
1 parent 7d13070 commit e89e046

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/content/docs/bots/concepts/bot/verified-bots/web-bot-auth.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,17 +188,15 @@ Signature: sig2=:jdq0SqOwHdyHr9+r5jw3iYZH6aNGKijYp/EstF4RQTQdi5N5YYKrD+mCT1HA1nZ
188188
```
189189

190190
:::note
191-
You can test how Cloudflare interprets your signed requests against https://crawltest.com/cdn-cgi/web-bot-auth. This endpoint returns
192-
an HTTP `401` if your message is formatted correctly but your key is unknown, an HTTP `200` if the key is known and your message is verified,
193-
and an HTTP `400` otherwise. You may also see an HTTP `401` if your key is known but the message failed to verify.
191+
You can test how Cloudflare interprets your signed requests against https://crawltest.com/cdn-cgi/web-bot-auth. This endpoint returns an HTTP `401` if your message is formatted correctly but your key is unknown, an HTTP `200` if the key is known and your message is verified, and an HTTP `400` otherwise. You may also see an HTTP `401` if your key is known but the message failed to verify.
194192
:::
195193

196194
## Additional resources
197195

198196
You may wish to refer to the following resources.
199197

200198
- [Bots FAQs](/bots/frequently-asked-questions/).
201-
{/* - Cloudflare blog: [Message Signatures are now part of our Verified Bots Program](https://blog.cloudflare.com/verified-bots-with-cryptography). */}
199+
- Cloudflare blog: [Message Signatures are now part of our Verified Bots Program](https://blog.cloudflare.com/verified-bots-with-cryptography).
202200
- Cloudflare blog: [Forget IPs: using cryptography to verify bot and agent traffic](https://blog.cloudflare.com/web-bot-auth/).
203201
- Cloudflare's [`web-bot-auth` library in Rust](https://crates.io/crates/web-bot-auth).
204202
- Cloudflare's [`web-bot-auth` npm package in Typescript](https://www.npmjs.com/package/web-bot-auth).

0 commit comments

Comments
 (0)