hiding username and password
when the user is submitting the login / pass then it appears like:
http://domainName.com/servlet/fileName?user=abc&pass=xyz
how can i encrypt it
when the user is submitting the login / pass then it appears like:
http://domainName.com/servlet/fileName?user=abc&pass=xyz
how can i encrypt it
> You could use POST rather than GET as the form method
and use HTTPS rather than HTTP since using POST with HTTP just places the user name and password in the body of the request in the raw.