Duplicate header “Transfer-Encoding” in response causes client exception – “java.io.IOException: Illegal character in chunk size: 123”
There are 3 Spring Boot services (Client, Proxy, API) – Client is calling API and request is sent to/back through proxy, approx 1% of responses are corrupted and client unable to read it – throwing java.io.IOException: Illegal character in chunk size: 123.