C#设置对REST API的访问

时间:2018-11-01 15:55:50

标签: c# rest api

我正在尝试连接到REST API。
使用Gitbash,一切都可以与curl命令配合使用:

curl -v -u APIKey:X -H "Content-Type: application/json" -X GET 'https://example.com/path'

当我尝试使用C#时,我得到:

System.AggregateException: One or more errors occurred. ---> 
System.Net.Http.HttpRequestException: An error occurred while sending 
the request. ---> System.Net.WebException: The remote server returned 
an error: (407) Proxy Authentication Required.

那我想念什么?
我已经检查了代理,但是我的系统可以直接访问。 你们有没有遇到这个问题并找到了解决方案?

0 个答案:

没有答案