CGI Scripts
Anders M Eriksson
anders.eriksson at morateknikutveckling.se
Mon Feb 7 05:21:07 EST 2000
More information about the Python-list mailing list
Mon Feb 7 05:21:07 EST 2000
- Previous message (by thread): CGI Scripts
- Next message (by thread): CGI Scripts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, 06 Feb 2000 09:01:38 GMT, "Fredrik Lundh" <effbot at telia.com> wrote: >Joshua Macy wrote: >> Sorry, typo. That should have read: >> >> print "Content-type: test/html\n\n" > >or rather, > > print "Content-type: test/html\n" > > print "Content-type: test/html" > print > Having alot of problems with just HTTP headers I have to ask this In all the above code snippets the content-type is set to test/html. Please correct me if I'm wrong but shouldn't it be text/html? // Anders
- Previous message (by thread): CGI Scripts
- Next message (by thread): CGI Scripts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list