
I have a bot, with this bot I can quite happily go out and grab web pages and format them as i choose.
However the site I really want to get information from uses a cookie system to access each page. What i basically want to do is how do i send a cookie login information from my script?
Here is what i have been trying...
set login [::http::formatQuery uid=1322 pass=9b11466dd5d0253533da7d ]
set tok2 [::http::geturl http://www.X.com/userlist.php -query $login]
This returns nothing

if i take away the -query and use a non passworded page, script works fine.
I have been searching for long time now and cant find anything to help me.
Thanks in advance
Nidoh