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

   Fixes #13395
   
   ### Summary
   Updates the body validation example in hmac-auth.md to include the Digest 
header in the signing string and signed headers list.
   
   ### Changes
   - Moved body digest calculation before building signing string
   - Added digest line to signing string
   - Added "digest" to the headers list in Authorization header
   - Added a note explaining that validate_request_body only checks Digest 
header matching, and to bind body integrity to the signature you must also 
include Digest in signed headers.
   
   ### Testing
   - Verified Python example runs correctly and generates proper signatures


-- 
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