Re: Proxy's problems

You may wish to start with

<http://www.google.com/search?q=http+proxy+faq>http://www.google.com/search
?q=http+proxy+faq

Al

At 03:59 PM 2001-12-05 , DJLynx wrote: 

>
> Hy guys.
>
> My problem is a little bit complicated...  I'm trying to write a small
> browser for my company..
>
> Let's say that we have a LAN , with a server connected to INTERNET. On this
> server , there is a Proxy server.
>
> Now , the only way a client can connect to internet is through that proxy.
>
> Now , if I do a GET
> <http://www.somesite.com/index.htm>www.somesite.com/index.htm , I get an
> response like of HTTP 305 error , saying that I must use proxy.somesite.com
>
> Now, how can I connect to that proxy ?
>
> Remeber that I have access only to my LAN's proxy. So , I must tell him to
> connect to proxy.somesite.com and issue an GET
> <http://www.somesite.com/index.htm>www.somesite.com/index.htm
>
> I understood that is something called PROXY CASCADE.
>
> Now , my question is how can I do that ?
>
> I'm using sockets for network programming....
>
>  
>
> Thanks

Received on Wednesday, 5 December 2001 17:15:21 UTC