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
[email protected]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to