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

_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to