On 13 May 2009, at 06:29, Jared Scheel wrote:
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.
The upcoming update handlers (Jason? :) might be a good place to put
this.
Cheers
Jan
--