Bugs item #2928344, was opened at 2010-01-08 16:04
Message generated for change (Settings changed) made by fortescuen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2928344&group_id=976
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
>Group: wrong behaviour
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nick Fortescue (fortescuen)
Assigned to: Nobody/Anonymous (nobody)
Summary: --proxy-ntlm breaks POST (-d and -F) Content-Length
Initial Comment:
If you do a POST request with -d or -F and you are going via a proxy using NTLM authentication then the content length of your form data is set to 0 and the arguments are lost. Turning off NTLM authentication solves the problem.
Example command line:
curl -v --proxy-ntlm --proxy proxyserver:proxyport --proxy-user : -d "fname=a&lname=b" http://www.snee.com/xml/crud/post
This will give a Content-Length: 0 error
curl 7.19.5 (i586-pc-mingw32msvc) libcurl/7.19.5 OpenSSL/0.9.81 zlib/1.2.3
Features: Largefile NTLM SSL SSPI libz
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2928344&group_id=976
Received on 2010-01-08