954,574 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Login Page Password passing without showing in url

Hi,

Could anyone help me to pass user name and password to another jsp page for testing from database without showing it in URL that what user has entered?

jeetudaljit
Newbie Poster
16 posts since Jul 2008
Reputation Points: 10
Solved Threads: 0
 

Instead of using method="get" in the opening form tag use method="post" . This the basic of HTML you should already know, if not have look at w3schools for more examples .
One more thing, you should be sending the username and password for validation to servlet not another page from which you attempt to connect with database

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

"Thanks Peter"

jeetudaljit
Newbie Poster
16 posts since Jul 2008
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You