在AspNet.core 2.0中启用Web API的CORS

时间:2018-02-24 06:21:51

标签: asp.net-core-webapi

我使用ASP.Net Core 2.0创建了一个Web API,其中我已经实现了启用CORS的代码,如下所示:

Handler mainHandler = new Handler(context.getMainLooper());

但是当我尝试在fiddler中消费时,我仍然获得状态 401:UnAuthorized

关于这方面的任何解决方案?

0 个答案:

没有答案