I was toying with the idea of creating a ReSTful service on OpenBD GAE. An http OPTIONS method executed against the server returns the following header:
Allow: GET,HEAD,POST,TRACE,OPTIONS Does this mean that the OpenBD GAE server does not allow PUT and DELETE methods? A PUT method returns a 405 Method not allowed header A DELETE method returns a 400 Bad request header. Is it possible to handle http PUT and DELETE methods in OpenBD GAE? -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
