Computer Networking Question
Can someone explain what the Dumb Proxy problem is and how can you fix it?
ANSWER:
Dumb
Proxy-
Dumb Proxy, as the name suggests, is a model without any intelligence, the sole purpose of which is to provide a single endpoint to ease the experience of application clients and to encapsulate direct access to microservice routes.
Therefore, in this strategy, we delegate requests to the right places and ensure the scalability and availability of microservices that are proxied.
How to fix dumb proxy?
Dumb proxy is used to create the confusion. Therefore, the Proxy-Connection header is sent instead of the Connection header when the client knows it is going through a proxy. Since servers do not recognize the Proxy-Connection header, they ignore it, allowing dumb proxies that blindly forward the header to do so without causing harm.
If you are satisfied by my answer please give a thumbs up. Thank you.
Get Answers For Free
Most questions answered within 1 hours.