ok2c commented on PR #698: URL: https://github.com/apache/httpcomponents-client/pull/698#issuecomment-3737995953
> It worked with the previous versions but now the request fails with `Unsupported Content-Encoding: utf-8`. Am I doing something wrong? @plesingr-aeb You are doing nothing wrong, but the origin server does. `UTF-8` is a charset, not a content encoding. The previous versions of HttpClient ignored such violations. As of 5.6 HttpClient support many different content encodings and the handling logic got stricter. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
