ASP.NET 关于头信息提交GET/POST 怎么处理访问数据获取返回值

时间:2022-12-29 13:27:26
ASP.NET 关于头信息提交GET/POST 怎么处理访问数据获取返回值
ASP.NET 关于头信息提交GET/POST 怎么处理访问数据获取返回值


有谁知道这个怎么玩?


var client = new RestClient("http://v.apix.cn/apixcredit/idcardauth/idcardauth?name=your_value&cardno=your_value");
var request = new RestRequest(Method.GET);
request.AddHeader("apix-key", "您的apix-key");
request.AddHeader("content-type", "application/json");
request.AddHeader("accept", "application/json");
IRestResponse response = client.Execute(request);


RestClient 这个是什么鬼
IRestResponse  这个是什么鬼

在ASP.NET 里怎么弄  跪求

1 个解决方案

#1


RESTClient is a simple, Python + wxWidgets Desktop application for talking to RESTful web services.
http://www.restclient.org/

#1


RESTClient is a simple, Python + wxWidgets Desktop application for talking to RESTful web services.
http://www.restclient.org/