Hi, I have set up a WAMP server and installed inside it a proxy wich I can access using this url : http://localhost:80/proxy.php
No I have a angular application under a developpment environnment I use : Grunt, Yeoman, .. I want now to proxy my request from my angular application wich is running on localhost:9000 to my wamp server Is that possible ? At the end I want when I request a site1.com inside the angular application ( localhost:9000/site1.com) to be proxied to localhost:80/site1.com. I have set un a proxy using https://github.com/drewzboto/grunt-connect-proxy But now I I request locahost:9000/PRX/site1.com where /PRX is the proxy I have set up inside grunt to redirect me to localhost:8080 , I get the error : Error : getaddrinfo ENOTFOUND and grunt server stop . Any Idea ? Thanks -- 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.
