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.
