File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/content/docs/bots/concepts/bot/verified-bots Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,12 @@ Signature-Input: sig2=("@authority" "signature-agent")
187187Signature: sig2=:jdq0SqOwHdyHr9+r5jw3iYZH6aNGKijYp/EstF4RQTQdi5N5YYKrD+mCT1HA1nZDsi6nJKuHxUi/5Syp3rLWBA==:
188188```
189189
190+ :::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.
194+ :::
195+
190196## Additional resources
191197
192198You may wish to refer to the following resources.
You can’t perform that action at this time.
0 commit comments