cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: CURLOPT_SCOPE

From: Phil Blundell <pb_at_reciva.com>
Date: Wed, 27 Aug 2008 15:42:02 +0100

On Wed, 2008-08-27 at 14:49 +0530, Pramod Sharma wrote:
> Hi ,
> This is just to confirm my understanding are correct.
> 1. This CURLOPT_ADDRESS_SCOPE is generally the interface id for the
> Link Local address.
> 2. Now if proxy comes in between , he will have to take care of that
> Link Local address somehow like attaching the interface id with
> address.
> I don't think curl can take care of that thing at all as that proxy
> should attach his interface id with link local address to connect
> otherwise connection will fail. ?

Yes, I believe your understanding is basically correct.

I'm not convinced that it makes much sense to have a proxy involved in
connections to link-local addresses, particularly not a
globally-addressed proxy that might be on a different link to the host
making the original request. I suspect that most UAs would be better
off bypassing the proxy when the URL contains a link local address.

p.
Received on 2008-08-27