On Mon, Mar 10, 2014 at 7:27 PM, João Saleiro <[email protected]> wrote: > The app works as expected over Wi-fi networks. But when using 3G networks, > all calls fail. After a lot of debugging, we've discovered that 3G providers > are stripping the headers - including the access-control-allow-methods -, > which makes all calls fail! > This results in thousands of clients complaining, and my hands are tied > since I'm not sure how to workaround this. > > Is there a way to avoid the OPTIONS call before the POST ? Any suggestions > on how to workaround this?
I haven't had a reason to play with this yet (YMMV) but xdomain might be worth a look: <https://github.com/jpillora/xdomain> -- Scott Elcomb @psema4 http://psema4.com/pubkey.txt http://www.pirateparty.ca/ -- 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.
