Sorry guys, I'm really new to couchdb, but it seems like _bulk_docs is
side-stepping the issue by using something in a way it wasn't really
intended to be used. Shouldn't there be some fairly simple and decoupled
way to set the proper request method if you are limited by your client? It
seems easy to say "if your client doesn't support a request method, simply
POST the request and set the x-http-method-override header to the real
request method you want to use." This way to don't have to change anything
else in your process, you just have to add the appropriate header.
Thanks!
-Jared
On May 14, 2009 3:24pm, Brian Candler <[email protected]> wrote:
On Thu, May 14, 2009 at 07:23:50AM -0700, Mikeal Rogers wrote:
> Does anyone have an example of an HTTP client that doesn't support
> changing or adding headers?
I was thinking of a web browser, with Javascript disabled, submitting a
.
But the other point is right - you can have a FORM which POSTS to
_bulk_docs.