nginx跨域解决方案详解程序员

nginx跨域解决方案
Access to Font at ‘http://47.104.86.187/yinjiatoupiao2/iconfont/iconfont.woff’ from origin ‘http://wxserver.knowway.cn’ has been blocke

改nginx.conf


http
{
.....
add_header Access-Control-Allow-Origin *;
add_header Access-Control-Allow-Headers X-Requested-With;
add_header Access-Control-Allow-Methods GET,POST,OPTIONS;

.....

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/1333.html

(0)
上一篇 2021年7月15日
下一篇 2021年7月15日

相关推荐

发表回复

登录后才能评论