Does anybody knows if the API connector does support encoded content and specifically br (Brotli)?
The equivalent header would be something like this:
Accept-Encoding: gzip, deflate, br
Does anybody knows if the API connector does support encoded content and specifically br (Brotli)?
The equivalent header would be something like this:
Accept-Encoding: gzip, deflate, br
Thank you for your quick reply. I experimented with the API connector, sending the appropriate header but I get the encoded/compressed response from the server. Is there any solution to decompress the response?