cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: HTTP Basic auth (was Re: debugging PHP-CURL code)

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 29 Nov 2005 12:51:12 +0100 (CET)

On Tue, 29 Nov 2005, Emmanuel Forgues wrote:

> $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?

> but "$store" in this example is empty. Any idea ?

To start with: enable verbose output and tell us what libcurl version you're
using.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2005-11-29