couch-client icon indicating copy to clipboard operation
couch-client copied to clipboard

don't append query strings if keys are POSTed

Open damienklinnert opened this issue 12 years ago • 0 comments

Before this change fetching a view with keys: [...] would append the keys array in the query string and as POST data. This led to invalid request errors.

damienklinnert avatar Aug 17 '13 19:08 damienklinnert