Support chunked transfer encoding

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!

Best Answer

  • brian.bourgault
    Answer ✓

    Hi @edo,

    Yes, we do not support chucked transfer, at the moment. I will enter it as a request to consider going forward, however there hasn't been any interest in chuck transfer, until now.

    Brian