When serving static assets from a CouchApp (e.g. HTML and JS for a Backbone.js app), a 405 Method Not Allowed error is appropriately kicked when those static pages are POSTed to.
However, using Couch to serve a Facebook canvas app (CouchApp is served in an iframe) is problematic because Facebook sends all requests as POSTs. Is there any way to make Couch allow the POST method?
