AlbertAguirre
Programmer
Please help.
I need to pass data to a secure server (totally different URL) but the data contains a login and password.
The GET method is out because obviously the password will be displayed in the URL.
I thought about the POST method but the password will be revealed if the user "views source".
Any other way to pass form data securly?
This is the best technical forum in the world! Thanx in advance...
I need to pass data to a secure server (totally different URL) but the data contains a login and password.
The GET method is out because obviously the password will be displayed in the URL.
I thought about the POST method but the password will be revealed if the user "views source".
Any other way to pass form data securly?
This is the best technical forum in the world! Thanx in advance...