美文网首页
跨域问题的解决方法

跨域问题的解决方法

作者: Gopal | 来源:发表于2018-11-10 10:33 被阅读19次

    问 题

    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

    参考

    参考

    相关文章

      网友评论

          本文标题:跨域问题的解决方法

          本文链接:https://www.haomeiwen.com/subject/nlhzxqtx.html