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中增加如下代码。

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


评论


亲,登录后才可以留言!