moying2026 opened a new pull request, #13414: URL: https://github.com/apache/apisix/pull/13414
### Description\n\nThis PR improves the body validation example in the hmac-auth plugin documentation.\n\n**Issue:** #13395\n\n**Changes:**\n- Include the Digest header in the signing string construction\n- Add `digest` to the signed headers list in Authorization header\n- Ensure the request body digest is covered by the HMAC signature, demonstrating complete body integrity validation\n\n**Testing:**\n- Verified the updated Python example generates the correct HMAC signature\n- Confirmed with the example cURL command that requests are properly authenticated\n\n### Related\n\nFixes #13395 -- 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]
