Yeah unsuccessfully tried XDomainRequest as per: http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/
There's some jquery ones available that I'll check out shortly. And, the iframe idea might actually be a winner. Thanks again On Thursday, 22 January 2015 14:13:52 UTC, Sander Elias wrote: > > Simon, > > > Well, the lowest available now is XMLHttpRequest > <https://developer.mozilla.org/nl/docs/Web/API/XMLHttpRequest>, In the > (not so) near feature you might be able to use windows.fetch > <https://fetch.spec.whatwg.org/>, but that is not there yet, and also > will be protected by CORS. > There are also some ways you might be able to hack around the issues you > have using a iframe. Iframes are also subject to CORS, but slightly > different. > Also I heard that in some situations jQuery works where other methods > fail. > > Regards > Sander > > -- 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.
