Configuring proxy for HTTP client in .Net Core 3.1
Some of our services have to make outbound HTTP requests to an integration partner via a proxy. In this post, I’m going to show how to configure the proxy when registering HTTP clients. This will work with all types of HTTP clients, see here for more information on what they are. Let’s say we want … [Read more…]