Getting response from different server instances using jQuery and Ajax.
I need to use .post() method to pass the request to servlet which will exist in different server instances, eg. dev, test and production. If I just have the client .js file in one server instance -- dev, how can I pass the request to the servlet in other instances and get the response back?