cURL / Mailing Lists / curl-library / Single Mail

curl-library

curl

From: wang <wangqiang_at_thatweb.com>
Date: Wed, 28 Nov 2001 18:13:24 -0800

Hi:
    I download the curl source code and study it. I find it is great. I also find some problems when I use it. I do not know whether they are bugs or my incorrect use.
    
    1> When I set proxy like this:
                curl_easy_setopt(curl_handle, CURLOPT_PROXY, "10.1.10.1:8080"); I can get some html page but not all. It works well without proxy setting.
    2> When I set userpass for authorizing like this:
                curl_easy_setopt(curl_handle, CURLOPT_USERPWD, "domain/test\\user:password"); but it does not work.

    I add two functions into the your sample getinmemory.c . Could you tell me the reason why I meet these problems and how to fix them. Thank you for your excellent code.

    Rgds
    WangQiang
Received on 2001-11-28