password in a script
Yves COPPE
yvescoppe at skynet.be
Wed Aug 12 08:00:32 EDT 2009
Hello,
i've made a simple script :
put "myLogIn" into userName
put "myPasswd" into userPassword
put "http://" & URLEncode(userName) & ":" &
URLEncode(userPassword) & "@www.mondomaine.com/MyFileText.txt" into
fileURLToGet
put URL fileURLToGet into tmp
answer tmp
It runs very good
BUT
Run I any risk when sending so my passwd to my server on the web ?
thanks.
Greetings.
Yves COPPE
yvescoppe at skynet.be
More information about the use-livecode
mailing list