It looks like chunked transfer encoding isn't supported, since (at least for POST) requests, the Content-Length header is required for verifying the signature, which isn't present for chunked transfers. Is there a way to make chunked requests work?
(The reason for this is that our integration tests run behind a proxy that converts requests to chunked encoding)
Thanks!