Dear community,
I wish to download a webpage, which is secured by username and password, using WGET. The thing is there are many forms on that page and I dont know how to tell WGET which one should it send (by POST method) the parameters.
I have solved it till this so far:
wget --post-data="predmet=xxx" --http-user="yyy" --http-password="zzz"
https://is.muni.cz/auth/seminare/stu...studium=473723
It gets through the autentisation but it will not submit the form. Any solutions?
P.S.:There is similar forum bellow
http://www.linuxquestions.org/questi...p-post-837488/