This is how I am making requests, I am getting blocked by the proxy server.
HttpRequestMessage request = CreateHttpReq(new Uri(newUri));
HttpClient().SendAsync(request).ConfigureAwait(false);
It's also an authenticated proxy server so I need to pass username and password. Sorry if my question is vague newbie to asp core. Thanks in advance