Sample Header Ad - 728x90

After logging in and downloading cookies using --cookie-jar, how do we use the downloaded cookies to access the page again?

0 votes
1 answer
2066 views
I used the command below to download cookie using CURL in bash. How do I use this file (cookies.txt) to access the page? curl -u username --cookie cookies.txt --cookie-jar cookies.txt https://example.com
Asked by Koshur (1399 rep)
Mar 21, 2017, 02:10 PM
Last activity: Apr 1, 2021, 02:01 PM