webapi跨域设置
时间:2021-06-28 17:43:56
收藏:0
阅读:0
1.安装Microsoft.AspNetCore.Mvc.Cors;
2.在startup.cs中配置
3.然后localhost:3002就可以跨域请求了。如果想所有的网站都可以请求,把allowanyoriginas替换withorigins
评论(0)