如标题 nginx跨域如果返回的HttpCode 不是200就出问题如果请求的地址HttpCode是 200 没有任何问题 如果不是200 就会出现不能跨域的错误提示!如何设置下呢?目前的设置是:add_header Access-Control-Allow-Origin $http_origin;
add_header Access-Control-Allow-Headers 'Cookie,Set-Cookie,token,x-requested-with,content-type,withcredentials';
add_header 'Access-Control-Allow-Methods' 'GET,POST,OPTIONS,DELETE,PUT';
add_header 'Access-Control-Allow-Credentials' 'true';
添加回答
举报
0/150
提交
取消