Hi
I would like to use an script to automaticly login to a webpage, and retrive the webpage to a txt file.
I tryed to get it to work using curl
But this does not work, the page is buield in asp and has a form with the login and Password.
I have been trying to read about how to save a login and password, maybi just the cookie, but haven't found anything that helps yet.
Regards
Lhg
I would like to use an script to automaticly login to a webpage, and retrive the webpage to a txt file.
I tryed to get it to work using curl
Code:
curl --user name:password [URL unfurl="true"]http://www.url.com[/URL] -v >> webpage.log
But this does not work, the page is buield in asp and has a form with the login and Password.
I have been trying to read about how to save a login and password, maybi just the cookie, but haven't found anything that helps yet.
Regards
Lhg