curl-library
Re: TUNNELING
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 7 Jan 2002 14:42:26 +0100 (MET)
Date: Mon, 7 Jan 2002 14:42:26 +0100 (MET)
On Mon, 7 Jan 2002, raoul cridlig wrote:
> Here is my code: (what' wrong ?)
Nothing seems to be wrong in your code, it attemps to tunnel through the
proxy.
> * Establish HTTP proxy tunnel to 192.168.1.1:21
> > CONNECT 192.168.1.1:21 HTTP/1.0
>
> < HTTP/1.0 403 Forbidden
Your proxy denies your request. It does not allow you to tunnel through.
Many proxies deny tunneling to any other port than 443 (default HTTPS port).
-- Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/Received on 2002-01-07