password « URL « JSP-Servlet Q&A





1. How to hide password in a url    stackoverflow.com

There is a JSP script for login to a Server. Currently user credentials are being accepted through HTTP Header and the login.jsp file is so designed that once the user provides ...

2. Securing servlet URL without using username password authentication    stackoverflow.com

I have an enterprise application with an EJB module and a web application module(a servlet). I am accessing the servlet URL from EJB using URLConnection but want to protect the URL ...