cURL / Mailing Lists / curl-users / Single Mail

curl-users

[ curl-Bugs-486907 ] proxy and authorizing setting

From: <noreply_at_sourceforge.net>
Date: Thu, 29 Nov 2001 01:41:47 -0800

Bugs item #486907, was opened at 2001-11-29 01:38
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=486907&group_id=976

Category: client module
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: proxy and authorizing setting

Initial Comment:
1> When I set proxy like this:
      curl_easy_setopt
(curl_handle,CURLOPT_PROXY, "10.1.10.1:8080");
It can not get the correct page over proxy
 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.
 You can see the source code in the attached file.

----------------------------------------------------------------------

You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=486907&group_id=976
Received on 2001-11-29