[ale] Re: Next proxy question
Christopher Fowler
cfowler at outpostsentinel.com
Fri Nov 12 16:17:54 EST 2004
I'm trying to allow browsers access to the ENS web interface without the
user having to go into preferences and setup a proxy then when they are
ready for the internet they remove that setting.
Lest say I do http://192.168.1.201:8000/www.google.com
Here is what my perl program says:
[root at sam-devel SAM]# ./proxy.pl
GET /www.google.com HTTP/1.1
I'm not suer if it is feasible to create a system like I want. in Perl
with ease. what happens if a user clicks on a link on a device will iot
look like this:
http://192.168.1.201:8000/10.0.5.176/cgi-bin/ports
a select() may not do. It may as Fletch at ALE stated require
implementation of LWP and a middle man to do all the work.
In the ens I would like to chain the proxy so that an ENS can have a
proxy too.
http://192.168.1.201:8000/10.0.5.176/192.168.1.1/index.html
That looks awful!
On Fri, 2004-11-12 at 15:58, Andy Warner wrote:
> Christopher Fowler wrote:
> > ERROR
> > The requested URL could not be retrieved
> >
> > ________________________________________________________________________
> >
> > While trying to retrieve the URL: /http://10.5.5.176/
>
> So, if you drop the leading / ?
>
> > > http://192.168.3.1:8131/http://10.5.5.176/
>
> e.g. http://192.168.3.1:8131http://10.5.5.176/
>
> I'm betting that won't work either.
>
> You could do this with redirection, perhaps; but I don't
> know if you can accomplish what you want purely through
> redirection.
More information about the Ale
mailing list