I NEED to move my JSP from one application to another domain where it can access the db & other resources as before. We need to put a simple JSP file into another application. And this application is located in another domain which is different from the domain that our application exists on.
We don’t want to bring risks to that application, so we need a solution to control the access only permit the requests from our application to this JSP file.
Since this JSP exists on another domain, so it could not visit any other resource such as DB in our application to get the security information.
Calling another web resourceMeena March 3, 2012 at 11:51 AM
I NEED to move my JSP from one application to another domain where it can access the db & other resources as before. We need to put a simple JSP file into another application. And this application is located in another domain which is different from the domain that our application exists on. We don’t want to bring risks to that application, so we need a solution to control the access only permit the requests from our application to this JSP file. Since this JSP exists on another domain, so it could not visit any other resource such as DB in our application to get the security information.
Post your Comment