Hi Simon, As said in other answers you are running into a CORS issue, and this should be solved on the router itself. If that's not possible, you need a proxy indeed. I assume you have access to the server your app is hosted on? You can add the proxy function to that server, and be done with it. just let your server do the request to the router, and send the needed results off the the client, there are no CORS issues that way.
Also, you are running in a browser. $http is NOT the only way you can communicate with the outside world. Its the most convenient, but definitively not the only way. You can use xmhhttprequest directly, or use another library. 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.
