I wrote: > When running Quixote under CGI, I can access the HTTP request body with > sys.stdin.read(). However, under mod_python, someone seems to be > consuming stdin. Why the difference, and what is the correct way to > access the request body (ideally it would be consistent between CGI and > mod_python)? I found that the correct way to access the request body is with request.stdin.read(). HTTPRequest.stdin is not documented. -- http:// if le.o /