问 题
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
注意:这个只是在开发的时候用,而不是在生产环境中。
对浏览器使用插件
使用代理
比如nginx
网友评论