Horrid
Programmer
- May 20, 1999
- 373
I have created a web toolbar that requires the user to login.
Currently I am using
inet.OpenURL("URL.cgi?username=" & txtUserName.Text & "&password=" & txtPassword.Text)
to send the login request but the users password is visible in the browsers progress bar. Is it possible to mask the password somehow?
Thanks
Currently I am using
inet.OpenURL("URL.cgi?username=" & txtUserName.Text & "&password=" & txtPassword.Text)
to send the login request but the users password is visible in the browsers progress bar. Is it possible to mask the password somehow?
Thanks