Simple localhost/proxy Server

Fuzzyman michael at foord.net
Sat Jul 24 03:42:28 EDT 2004


[snip..]

> > I run 'Tiny HTTP Proxy' by SUZUKI Hisao and it prints :
> > Any clients will be served...
> > Serving HTTP on 0.0.0.0 port 8000 ...
> >
> > But can I get it to respond... can I jigger..........
> > I put 0.0.0.0 port 8000 as my proxy settings in IE, I
> > http://0.0.0.0:8000 or just plain 0.0.0.0  in the address bar...
> > nothing seems to make it respond...
> >
> > Hmmm... out of my depth I'm afraid.
> >
> >
> 
> You won't get much luck trying to send packets to 0.0.0.0. Perhaps if you
> try 127.0.0.1 port 8000 as your proxy.

Right.. I suspected as much - unfortunately the proxy defaults to
0.0.0.0 - and I can't see a way of changing it. It's buried in the
innards of BaseHTTPServer which is the base class for the Tiny Proxy.

Regards,

Fuzzy



More information about the Python-list mailing list