标签:arp das bapi net 代码 web web api attr cors
使用webapi cors
1.安装包:Install-Package Microsoft.AspNet.WebApi.Cors –IncludePrerelease
2.在webapiconfig.cs中增加如下代码。
var cors = new EnableCorsAttribute("*", "*", "*"); config.EnableCors(cors);
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