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)Today I’ll show you how to pass a JWT Bearer authentication token to your ASP.NET Core 6.0 web application by appending it to the url query string. And all this is possible using just few lines of code
By Mirek on (tags: ASP.NET, authentication, Authorization, JWT, categories: code, security, web)