Hi Paul, Hmm.. you have a form that uses 'method="POST"'? POST/GET are just different ways of encoding variables that get sent with a REQUEST to Zope. GET encodes the variables as part of the URL, POST sends them after all the headers are finished. Zope handles the distinction by parsing the variables (however they were sent) and stores them in the REQUEST object, which can then be interrogated by your methods. does that help? -steve Paul Zwarts wrote:
Can someone suggest a document somewhere that outlines Zope mechanism for POST and GET? I'm trying to make POSTs to Zope from elsewhere without any ideas of how to go about it.
Thanks, Paul Zwarts
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )