bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] Fwd: Saving Cookies issue


From: Mahfuzur Rahman
Subject: [Bug-wget] Fwd: Saving Cookies issue
Date: Tue, 2 Aug 2016 20:38:36 +0600

My question was (and still stands) "Is it possible to save cookies for that
site using wget?"
I tried following two commands as you suggested , still nothing functional
comes out.

wget -d -o report1.txt --user-agent="Mozilla/5.0 (X11; Linux x86_64)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36"
--header="Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7" --header="Accept:
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
--header="Accept-Language: en-GB,en;q=0.8,en-US;q=0.6,bn;q=0.4"
--header="Accept-Encoding: gzip, deflate, sdch" --header="Connection:
keep-alive" --keep-session-cookies --save-cookies cookie.txt --post-data
'user_name=My_user_name&user_password=My_pass'
http://www.cinehub24.com/auth/login

wget -d -o report2.txt --user-agent="Mozilla/5.0 (X11; Linux x86_64)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36"
--keep-session-cookies --save-cookies cookie.txt --post-data
'user_name=My_user_name&user_password=My_pass'
http://www.cinehub24.com/auth/login

Attachment: report1.txt
Description: Text document

Attachment: report2.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]