Tuesday, September 29, 2009

cURL Login, Save and Use Cookies

curl -b cookiejar -c cookiejar -u 'username:password' 'http://login/form'
curl -b cookiejar -c cookiejar 'http://another/url/requiring/session/cookie'
blog comments powered by Disqus