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.