0

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

Daniel A. White
  • 187,200
  • 47
  • 362
  • 445
Abdi Getachew
  • 75
  • 2
  • 9

0 Answers0