Re: [Twisted-Python] Can browse, but getPage() fails on localhost address

2009-10-29 Thread Steve Steiner (listsin)
On Oct 29, 2009, at 3:29 PM, Steve Steiner (listsin) wrote: > On Oct 29, 2009, at 2:01 PM, Terry Jones wrote: > >>> "Steve" == Steve Steiner (listsin) >>> writes: >> Steve> curl http://localhost/w3c-validator/check <-- >> returns >> HTML code >> Steve> any browser t

Re: [Twisted-Python] Can browse, but getPage() fails on localhost address

2009-10-29 Thread Steve Steiner (listsin)
On Oct 29, 2009, at 2:01 PM, Terry Jones wrote: >> "Steve" == Steve Steiner (listsin) >> writes: > Steve> curl http://localhost/w3c-validator/check<-- > returns > HTML code > Steve> any browser to http://localhost/w3c-validator/check <-- > returns HTML c

Re: [Twisted-Python] Can browse, but getPage() fails on localhost address

2009-10-29 Thread Terry Jones
> "Steve" == Steve Steiner (listsin) writes: Steve> curl http://localhost/w3c-validator/check <-- returns HTML code Steve> any browser to http://localhost/w3c-validator/check <-- returns HTML code Steve> t.w.c.getPage("http://localhost/w3c-validator/check";) <--

Re: [Twisted-Python] Can browse, but getPage() fails on localhost address

2009-10-29 Thread Kevin Horn
On Thu, Oct 29, 2009 at 12:36 PM, Steve Steiner (listsin) < list...@integrateddevcorp.com> wrote: > On Oct 29, 2009, at 1:10 PM, Maarten ter Huurne wrote: > > > On Thursday 29 October 2009, Steve Steiner (listsin) wrote: > > > >> I can browse to either URL in any browser, getPage() works fine on >

Re: [Twisted-Python] Can browse, but getPage() fails on localhost address

2009-10-29 Thread Steve Steiner (listsin)
On Oct 29, 2009, at 1:10 PM, Maarten ter Huurne wrote: > On Thursday 29 October 2009, Steve Steiner (listsin) wrote: > >> I can browse to either URL in any browser, getPage() works fine on >> the >> external address, 404's on the localhost address. > > Does the same thing happen with "127.0.0.1"

Re: [Twisted-Python] Can browse, but getPage() fails on localhost address

2009-10-29 Thread Maarten ter Huurne
On Thursday 29 October 2009, Steve Steiner (listsin) wrote: > I can browse to either URL in any browser, getPage() works fine on the > external address, 404's on the localhost address. Does the same thing happen with "127.0.0.1" instead of "localhost" in the URL? I once encountered a nasty setup