跨域问题的解决方法

2018-11-10  本文已影响19人  Gopal

问 题

XMLHttpRequest cannot load http://server.apiurl.com:8000/s/login?login=facebook. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost' is therefore not allowed access. Error 405

解决方案

关闭CORS

参考:在Chrome中关闭cors

注意:这个只是在开发的时候用,而不是在生产环境中。

对浏览器使用插件

chrome 插件地址

使用代理

比如nginx

参考

参考

上一篇下一篇

猜你喜欢

热点阅读