Hello all, I recently looked into utilizing couchdb in a Flash application when I came across a frustrating limitation: flash only allows GET and POST methods. Apparently, this kind of limitation is more common that you would expect in certain clients. Unfortunately, this makes using couchdb rather difficult. Here's a great post about the problem: http://www.mail-archive.com/[email protected]/msg00355.html. What would be the possibility of allowing request methods to be overridden with the X-HTTP-Method-Override header? This would allow the request to be made with POST, but the method that couchdb receives to be whatever value you attach to the X-HTTP-Method-Override header.
Thanks! -Jared
