curl-and-php
Re: HTTP Basic auth (was Re: debugging PHP-CURL code)
Date: Tue, 29 Nov 2005 13:03:28 +0100
>
>> $url="http://". $proxy .":3132". $path;
> So you want to speak to port 3132 on the remote host?
>> curl_setopt($cUrl, CURLOPT_PORT, "8081");
> And then you ask for port 8081? And further, should the port number
> really be specified with quotes?
correct, the first line should be "//" but even with the same port
I have the same result.
I have the connexion on the equipment but no data are returned...
then the port are ok. I try to follow the data with LiveHTTPHeaders
but whitout any succes...
>> but "$store" in this example is empty. Any idea ?
> To start with: enable verbose output and tell us what libcurl version
> you're using.
version : curl-7.15.0
Manu
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2005-11-29