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

2009-10-29 Thread Steve Steiner (listsin)
I can browse to either URL in any browser, getPage() works fine on the external address, 404's on the localhost address. Any insight greatly appreciated; this is about as simple a test case as there can be and I'm mystified as to why it's not working. Of course, that probably means I'll

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

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 instead of

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 the

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

2009-10-29 Thread Terry Jones
Steve == Steve Steiner (listsin) list...@integrateddevcorp.com writes: Steve curl http://localhost/w3c-validator/check -- returns HTML code Steve any browser to http://localhost/w3c-validator/check -- returns HTML code Steve

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) list...@integrateddevcorp.com writes: Steve curl http://localhost/w3c-validator/check-- returns HTML code Steve any browser to http://localhost/w3c-validator/check -- returns

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) list...@integrateddevcorp.com writes: Steve curl http://localhost/w3c-validator/check -- returns HTML code Steve any browser