Closed markembling closed 3 years ago
Adding this in Execute and ExecuteAsync methods seems to fix it in those circumstances but it doesn't seem normal to do this...
client.Proxy = new System.Net.WebProxy();
client.Proxy.Credentials = System.Net.CredentialCache.DefaultCredentials;
Plus it needs to be checked what side effects this has in a non-proxy environment.
407 proxy authentication required: default system proxy and authentication seems to not be working as expected. Apparently a side-effect of using RestSharp on .NET Core rather than .NET Framework.
Needs more investigation.