Include a missing req component parameter in the HTTP message directory example.#27780
Merged
patriciasantaana merged 1 commit intocloudflare:productionfrom Jan 22, 2026
Merged
Conversation
thibmeu
reviewed
Jan 21, 2026
patriciasantaana
approved these changes
Jan 21, 2026
directory example. This is in anticipation of us enforcing the correct usage, per the latest IETF draft.
|
لم تصلني اي ارباح
في الخميس، ٢٢ يناير ٢٠٢٦، ٤:٣١ م Akshat Mahajan ***@***.***>
كتب:
… ***@***.**** commented on this pull request.
------------------------------
In src/content/docs/bots/reference/bot-verification/web-bot-auth.mdx
<#27780 (comment)>
:
> Signature: sig1=:TD5arhV1ved6xtx63cUIFCMONT248cpDeVUAljLgkdozbjMNpJGr/WAx4PzHj+WeG0xMHQF1BOdFLDsfjdjvBA==:
- Signature-Input: ***@***.***");alg="ed25519";keyid="poqkLGiymh_W0uP6PZFw-dvez3QJT5SolqXBCW38r0U";nonce="ZO3/XMEZjrvSnLtAP9M7jK0WGQf3J+pbmQRUpKDhF9/jsNCWqUh2sq+TH4WTX3/GpNoSZUa8eNWMKqxWp2/c2g==";tag="http-message-signatures-directory";created=1750105829;expires=1750105839
I have added a line essentially disclaiming that the signature is
accurately generated.
—
Reply to this email directly, view it on GitHub
<#27780 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B3RKUIAMTUFHZ24FD6G3ZED4IDNK7AVCNFSM6AAAAACSNDEZO6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTMOJSG42DMMZTGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is in anticipation of us enforcing the correct usage, per the latest IETF draft.
Summary
This is a very minor correction to our docs that eliminates a point of confusion for Web Bot Auth users. The documentation omits a missing
;reqfor HTTP signature directories - this is the only place we really ask forreq.I've added instructions that convey the necessity of using
@authority.