|
Hi all ,
I am facing the following problem :
Each time we access th main servlet of an
application project , this servlet asks for the name and password of the
user
who wants to connect to that application
.
But the problem is that the password field he
submits is always browsed into the URL window of the servlet.
like in the next line :
notice the fields name =user1
password=password1
How can i avoid such behavior and garantee that
servlets will not expose people passwords publicly .
Thanks in advance .
|
