Re: Location HTTP Header

2008-12-18 Thread Mohamed Yousef
use LiveHTTPHeaders with firefox and show us browser-server interaction -- http://mail.python.org/mailman/listinfo/python-list

Re: Location HTTP Header

2008-12-18 Thread ptn
On Dec 17, 6:47 pm, "Gabriel Genellina" wrote: > En Wed, 17 Dec 2008 20:52:42 -0200, ptn escribió: > > > I tried this stupid script on my server: > > >    #! /usr/bin/env python > > >    print 'Location:http://www.google.com\n' > > > and it didn't work, I get a blank page.  I first tried the Loca

Re: Location HTTP Header

2008-12-17 Thread Gabriel Genellina
En Wed, 17 Dec 2008 20:52:42 -0200, ptn escribió: I tried this stupid script on my server: #! /usr/bin/env python print 'Location: http://www.google.com\n' and it didn't work, I get a blank page. I first tried the Location header in another script, and when execution got to