automatically pass user name and password in the login
Posted: Tue Dec 08, 2009 9:34 am
Hello All,
I am new in here, in our team, there is a Linux server, which has a command like The link is our login web page.
So, the user have to fill in the username and password to login,

but we want to automatically pass username and password, the user will not require to fill in the username and password and the page will login automatically.
Any helps,
Thanks.
I am new in here, in our team, there is a Linux server, which has a command like
Code: Select all
wget -O - -c --user guest --password test "linkā¦."So, the user have to fill in the username and password to login,
but we want to automatically pass username and password, the user will not require to fill in the username and password and the page will login automatically.
Any helps,
Thanks.