Reputation: 11
Here's the scenario.
My Java web application has following path https://www.mywebsite.com:9443/MyWebApp Let's say there is a JSP file https://www.mywebsite.com:9443/MyWebApp/protected/index.jsp and I need to retrieve the above url within this JSP file. I can retrive everything but i need to retrieve the https as well. How can i retrive https in jsp file.
Upvotes: 1
Views: 158