Managing HttpClient and Preventing Shared Cookies
Chris Child | 2024-06-15 | 2 min read| Comments## The Problem: Understanding `AddHttpClient` and Its Lifecycle In .NET, `HttpClient` is typically registered using the `AddHttpClient` extension method in `IServiceCollection`. This method...