Hello, I get follwing message when trying to $http.get(...) an xml file from my remote embedded device on the internet.
*XMLHttpRequest cannot load http://xxxx.ddns.net:8082/data.xml. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access.* I have read many articles about CORS and that several header options need to be set on the server (e.g on my remote embedded device) . Is there also a way to do anything in my angularjs client application to retrieve the xml file from my remote embedded device properly? Thanks in advance -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
