| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Problem with login using curl in a shell script
From: [cristo] <ccristoo_at_gmail.com>
Date: Thu, 4 Jun 2009 14:50:26 -0500
Hello,
I'm writing a shell script that logs in a website and downloads its home
1. curl --cookie-jar cjar --output /dev/null http://www.gamers.vg
I'm using the first command to set up the cookies used by the site, and the
I'm having problems to access the web site when using those commands in the
#!/bin/bash
# local variables
tag=nickname
# initial cookie
echo initial cookie ...
curl -v --cookie-jar cjar --output /dev/null http://www.gamers.vg
echo login ...
curl -v --cookie cjar --cookie-jar cjar \
echo done!
The exit status of curl says everything is ok, but when I read temp.html I
I analized the http request made by firefox when I do a normal login and
I search in the page's source the code that adds those fields but couldn't
Can somebody help me to find out why I can login when I call curl from a
Thanks in advance
-------------------------------------------------------------------
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info