hi, I want to read rss news from the page, which is protected by php authorization. So before get rss, I need go to takelogin.php with username, password and cookies must be enabled. In tcl it looks like this: package require http set login [::http::formatQuery username rss_user password rss_passwor...