Scott Chapman wrote the following on 2006-07-14 at 10:34 PDT:
===
> 3) If neither of the above is possible, give me some suggestions how to debug 
> these "blind" POST's

===

If you are using mod_python under Apache, you can do this:

from mod_python import apache
apache.log_error(str(request)) # or whatever

Then you will see your message appear in your apache error log. This is
a simple equivalent of a "print" statement for mod_python. Not as good
as a debugger, but might help you.
 


-- 

-- -----------------
Keith Dart
<[EMAIL PROTECTED]>
GPG Key Id: 57C0417D
====================

Attachment: signature.asc
Description: PGP signature

Reply via email to