[Zope3-Users] How is sending a HTTP POST in Zope3 supposed to work ?
Michael Haubenwallner
michael at d2m.at
Thu Oct 27 05:44:51 EDT 2005
While i had no problems performing GET, PUT, DELETE and OPTIONS requests
from httplib, i found no way to change an objects content through a POST.
Posting to the object itself equals a GET request.
Posting to the @@edit.html view of the object results in a
>>> UserError: The character set specified in the content type
($charset) does not match file content.
error, even with charset set in the request headers.
Are there any functional tests existing for the HTTP POST method ?
Aside: how would i create a default view for a POST request for a
certain object ?
Any help appreciated.
Michael
--
http://zope.org/Members/d2m
http://planetzope.org
More information about the Zope3-users
mailing list