Hi Maxim,

There are multiple solutions to you problem.
You can fix the CORS issue by making your server compliant 
<http://enable-cors.org/>.
You can install a reverse proxy <http://en.wikipedia.org/wiki/Reverse_proxy> 
before your applications. I use nginx 
<http://nginx.com/resources/admin-guide/reverse-proxy/?utm_expid=54378203-0.eKQTE8-jQwiHxSL579Juyg.0&utm_referrer=https%3A%2F%2Fwww.google.nl%2F>
 
for myself, and I think this is the prefered way. 
Or modify your application to only use jsonp calls.
Probably there are more solutions to this, but those popped directly to 
mind!

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.

Reply via email to