Asp.Net Web API客户端检查授权

时间:2017-03-15 14:47:19

标签: c# asp.net .net asp.net-web-api http-headers

我正在创建一个客户端应用程序来从web api检索数据,一些数据需要GET请求中的getCard(); 标头才能被检索我通过添加一个新的Authorization实例来实现这一点到包含用户输入的用户名和密码的AuthenticationHeaderValue HttpClient以及此API的“基本”方案值,我想要一个一致的方法来检查用户是否输入了正确的凭据或不是

1 个答案:

答案 0 :(得分:0)

检查教程是否为此页面:http://csharp-video-tutorials.blogspot.mx/2016/10/implementing-basic-authentication-in.html

这是非常基本的,不应该在制作中使用,你应该使用它:http://csharp-video-tutorials.blogspot.mx/2016/11/aspnet-web-api-token-authentication.html

Dunno,如果它可以帮助你,希望它能