Setting client certificate when registering HttpClient in .NET Core
In my current project, we have to integrate with a third party API. One of the security requirements is to use mTLS. This means we have to pass the client certificate when sending HTTP requests to the third party. Since we’re using named HttpClient, we can specify the client certificate when registering the HttpClient in … [Read more…]