您好我一直在plnkr上使用angularjs应用程序,我将数据从远程服务器提取到应用程序。最初我因为CORS问题,跨域限制而访问xml文件时遇到问题,但我启用了CORS。该应用程序现在可以在plnkr上运行,但是当我尝试在浏览器上运行它时,控制台会给我同样的错误,除了最后添加一个注释。
错误:
`XMLHttpRequest cannot load http://50.22.49.237:8084/XMLFiles/ReformatedSample.xml. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. The response had HTTP status code 403.`
"响应有HTTP状态码403"有点似乎是新的。发生了什么事?为什么它适用于plnkr而不是浏览器?我需要做些什么来解决它?任何帮助表示赞赏。