Existing documentation URL(s)
What changes are you suggesting?
https://github.com/cloudflare/cloudflare-docs/blob/production/src/content/docs/bots/reference/bot-verification/web-bot-auth.mdx
The page describes an outdated version of the specification. The new version contains a breaking change (thibmeu/http-message-signatures-directory#70) that needs to be reflected in the implementation guide.
This guide is also linked from other websites (example) so it might be implemented incorrectly by others.
The main difference is that the Signature-Agent header changed from a string ("https://signature-agent.test" in the example) to a dictionary (sig2="https://signature-agent.test", based on the example)
Additional information
No response
Existing documentation URL(s)
What changes are you suggesting?
https://github.com/cloudflare/cloudflare-docs/blob/production/src/content/docs/bots/reference/bot-verification/web-bot-auth.mdx
The page describes an outdated version of the specification. The new version contains a breaking change (thibmeu/http-message-signatures-directory#70) that needs to be reflected in the implementation guide.
This guide is also linked from other websites (example) so it might be implemented incorrectly by others.
The main difference is that the
Signature-Agentheader changed from a string ("https://signature-agent.test"in the example) to a dictionary (sig2="https://signature-agent.test", based on the example)Additional information
No response