moying2026 opened a new pull request, #13421:
URL: https://github.com/apache/apisix/pull/13421

   Fixes #13395\n\nThis PR improves the body validation example in the 
hmac-auth documentation. Currently, the example computes and sends a Digest 
header but does not include it in the signed headers list, which could mislead 
readers about how to properly bind the request body to the HMAC 
signature.\n\nChanges:\n- Add a note clarifying that validate_request_body 
alone does not bind the Digest header to the signature\n- Update the Python 
example to compute the body digest before building the signing string\n- 
Include the Digest header in both the signing string and the headers list in 
Authorization\n- Adjust the signing string construction order to match the 
updated headers list\n\nThis is a docs-only change with no code modifications.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to