How to bypass proxy with IHttpClientFactory
In this post I’ll show you how easy it is to configure IHttpClientFactory. Keep reading.
By Mirek on (tags: HttpClient, HttpClientFactory, proxy, categories: architecture, code, web)In this post I’ll show you how easy it is to configure IHttpClientFactory. Keep reading.
By Mirek on (tags: HttpClient, HttpClientFactory, proxy, categories: architecture, code, web)HttpClient is probably one of the most important and most commonly used class in .NET ecosystem. However, it looks like not every developer (including myself) knows how to properly use it.
By Mirek on (tags: ASP.NET, HttpClient, HttpClientFactory, .NET 6.0, categories: architecture, code, web)