webapi 跨域 (MVC-Web API: 405 method not allowed问题 )
2021-04-14 20:26
阅读:683
标签:arp das bapi net 代码 web web api attr cors 使用webapi cors 1.安装包:Install-Package Microsoft.AspNet.WebApi.Cors –IncludePrerelease 2.在webapiconfig.cs中增加如下代码。 webapi 跨域 (MVC-Web API: 405 method not allowed问题 ) 标签:arp das bapi net 代码 web web api attr cors 原文地址:https://www.cnblogs.com/yxzs/p/8945323.html
var cors = new EnableCorsAttribute("*", "*", "*");
config.EnableCors(cors);
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:webapi 跨域 (MVC-Web API: 405 method not allowed问题 )
文章链接:http://soscw.com/index.php/essay/75803.html
文章标题:webapi 跨域 (MVC-Web API: 405 method not allowed问题 )
文章链接:http://soscw.com/index.php/essay/75803.html
评论
亲,登录后才可以留言!