Answers for "Unrecognized content encoding type. libcurl understands deflate, gzip content encodings."

0

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'
Posted by: Guest on May-17-2021

Browse Popular Code Answers by Language