Unrecognized content encoding type. libcurl understands deflate, gzip content encodings.
Use header "accept-encoding" => "gzip, deflate"
Tried on Apache. Works fine.
yes it worked for me too... i changed from
'accept-encoding: gzip, deflate, br'
to
'accept-encoding: gzip, deflate'