durusmail: quixote-users: Re: Medusa
Medusa
2003-07-01
2003-07-01
2003-07-01
2003-07-01
2003-07-01
2003-07-01
BaseHTTPServer triggers M$IE bug (was: Medusa)
2003-07-02
BaseHTTPServer triggers M$IE bug
2003-07-02
Re: Medusa
2003-07-02
2003-07-02
2003-07-02
2003-07-02
Re: Medusa
2003-07-02
Re: Medusa
Titus Brown
2003-07-02
-> >   First problem is that quixote.server.medusa_http does not pass all HTTP
-> >header. I need Authorization header to implement Basic Auth authorization
-> >scheme. Attached is a patch... just a few lines copied from
-> >twisted_http.py.
->
-> +1 for the patch, especially the header-propogation part. I had meant to do
-> this myself, thanks Oleg for taking the time. (That snippet from
-> twisted_http was itself borrowed from twisted.web.twcgi, by the way.)
->
-> I'd encourage the other 'server script' maintainers to use a similar
-> tactic; Quixote apps should always have access to the whole request, IMO,
-> not just selected headers; and this should be the case regardless of what
-> Web server is being used.

Err... do you mean "Quixote apps should always have access to the whole
request, formatted by the de facto rules that Apache uses for CGI"?

To my knowledge, there's no other standard for what headers should be
created, so I'm curious to find out if there are any ;).

cheers,
--titus

reply