cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: CURLAUTH_ANY Hangs on CURLOPT_PUT

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Fri, 11 Jun 2004 13:14:49 +0200 (CEST)

On Thu, 10 Jun 2004, Casey O'Donnell wrote:

> I've been having good luck with LibCURL, but when trying to switch my
> authentication from CURLAUTH_BASIC to CURLAUTH_ANY (to obviously increase
> security), my PUT requests appear to complete, but do not actually place
> data on the server...

Using ANY is also adding network traffic and is always slower than setting the
specific method you want to use.

> The GET requests work fine, but PUT requests seem to be timing out.

I have a suspicion what the problem might be, but you need to give us much
more details. Can you show us the headers send and received (edit out
sensitive data) from a an attempted PUT that fails like this?

I take for granted this is libcurl 7.12.0?

-- 
     Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
      Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2004-06-11