Bernhard
10/14/2025, 1:33 PMAleksei Tirman [JB]
10/14/2025, 2:03 PMHttpSendPipeline at the Monitoring phase (or create a hook) to get access to the request body before sending. In the handler, the request body can be cast to the non-streaming type OutgoingContent.ByteArrayContent to get the request body as a byte array. The code from the StatelessHmacNonceManager class can be used to generate an HMAC of the body and append it to the request as a header.Bernhard
10/14/2025, 2:03 PMBernhard
10/14/2025, 2:03 PM