I\'ve created a http client in asp.net core3.1. And injected it in via startup and it works fine.
services.AddHttpClient();
Howev