Is it safe to use HttpClientFactory?
In my asp.net core MVC application, I’m using HttpClientFactory to create HttpClient object for requests to API server.
In my asp.net core MVC application, I’m using HttpClientFactory to create HttpClient object for requests to API server.