curl-library
[ curl-Bugs-982694 ] POST to https site over proxy didn't work
Date: Wed, 30 Jun 2004 05:10:40 -0700
Bugs item #982694, was opened at 2004-06-30 05:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=982694&group_id=976
Category: https
Group: wrong behaviour
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: POST to https site over proxy didn't work
Initial Comment:
Hi, I was unable to login to yahoo (https://login.yahoo.
com/config/login) using proxy in curl (without proxy
everything work fine)
Seems there's problem with a header which cURL send...
curl send
POST /config/login?3jt7gjjkacaeu HTTP/1.0
but, since i use proxy, cURL must sent full URL in header
to proxy:
POST https://login.yahoo.com/config/login?3jt7gjjkacaeu
HTTP/1.0
i think thats this is the only reason why I unable to login
to yahoo throw proxy.
unfortuanally i didn't find the way how to modify this
header. So i'll look for your advice, or bug fix.
Thanks, BoG
p.s. sorry for bad english.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=982694&group_id=976
Received on 2004-06-30