More testing shows that none of my virtual hosts accepts the PUT and DELETE methods. Just GET, POST, and HEAD. Even the default set up on ubuntu wouldn't. I can't find any options in the admin to enable it. And I'm not sure what to do with the rules to allow it. I know how to deliver the 405 error with the rules, but not how to allow it. Any suggestions?
Jacob On Feb 12, 2009, at 5:22 PM, Stefan de Konink wrote: > Jacob Wright wrote: >> I have a RESTful API built with PHP that uses the HTTP methods GET, >> POST, PUT and DELETE. But I'm getting a 405 Method not allowed >> error from Cherokee. Any ideas how to turn this off or handle it? >> I've got rules set up already so that php files are handled >> correctly, any existing file will be delivered statically, and >> anything else will redirect to index.php. > > I have implemented the OpenStreetMap protocol that is pretty RESTful > with freaky methods; when are you getting the 405? > > > Stefan _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
