Feign request returns 400 error after upgrade to Spring Boot 3
In my project there is a feign client with this method
Handle high response time Open Feign Rest Client
I am building a springboot application with a spring open feign client with a readout time as 60 minutes as response time is around 50 minutes. I was able to configure the read time out but response is never received. I can see that backend shows HTTP/1.1″ 200 OK.