Hi,
I understand that I can get compressed data back from the API but is it also possible to compress request bodies too?
I have attempted to send a gzip compressed request to the JSON RPC placeOrders endpoint but I get back a 400 Bad Request. I am setting the Content-Encoding header and (I believe) correctly gzipping the data iteself.
I understand that I can get compressed data back from the API but is it also possible to compress request bodies too?
I have attempted to send a gzip compressed request to the JSON RPC placeOrders endpoint but I get back a 400 Bad Request. I am setting the Content-Encoding header and (I believe) correctly gzipping the data iteself.


Comment