cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: cURL Proxy+HTTPS+LOGIN+Download

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Fri, 15 Aug 2008 13:00:24 -0700

On Fri, Aug 15, 2008 at 11:47:52AM +0200, aryan.layes_at_web.de wrote:
> I'm new in curl'ing - so I hope I don't want to much from this tool.
>
> First I have to Login with curl @ https://bop.vodafone.de/bop/
>
> curl ^
> -U PROXYUSER:PROXYPASS -x http://10.10.1.60:8080 ^
> -d "name=SITELOGIN&vfuserpassword=SITEPASS&ok=1" ^
> -o Login.html "https://bop.vodafone.de/bop/portal/logon.vf"
>
> But it doesn't work (I get the https://bop.vodafone.de/bop/ with filled textfields and not the Userarea)

Take a look at http://curlm.haxx.se/docs/httpscripting.html for some hints
to logging in to such sites. It may be a cookie you're missing.

>>> Dan

-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2008-08-15