add_header 'Access-Control-Allow-Origin' *;
#允许带上cookie请求
add_header 'Access-Control-Allow-Credentials' 'true';
#允许请求的方法,比如 GET/POST/PUT/DELETE
add_header 'Access-Control-Allow-Methods' *;
#允许请求的header
add_header 'Access-Control-Allow-Headers' *;
nginx跨域
原创
©著作权归作者所有:来自51CTO博客作者java狂师的原创作品,请联系作者获取转载授权,否则将追究法律责任
下一篇:Nginx 防盗链配置支持
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
跨域请求~
跨域请求~
Access html 请求头