Accessing webservices from a website which is running behind a proxy
问题 I am designing a website using ember and express over node. Its running in a server, say: SERVER_1. I have few webservices running in another server, say: SERVER_2. That is: website in SERVER_1 and webservices available in SERVER_2 SERVER_1 is behind a proxy server. And I am trying to access webservices from SERVER_1: SERVER_1 =====[PROXY]===> SERVER_2 When I make AJAX webservice calls from SERVER_1, I receive: NetworkError: 500 Internal Server Error However, I am able to retrieve values