I have a site which I need to authenticate to. I do this:

put URL "http://site.com/login?uid="&URLEncode("[EMAIL PROTECTED]") & "&password=" & URLEncode("mypass") into field "html"

The host site validates my password, sets a cookie, and redirects me to the front page, which because I have a validated cookie, shows me I am logged in. This works fine in a browser, but it seem "put URL" is doing the redirect, but dropping the cookie. So I never actually get logged in.

My question is this, can I make "put URL" keep the cookies? Or, as an alternate solution, can I make the revBrowser upload files with zero user intervention?

Any pointers will be appreciated.

_______________________________________________
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