On Apr 6, 2010, at 8:48 AM, Ning Tan wrote: > Hello, > > Do change notification filters (or change notifications in general) > support HTTP verbs other than GET? >
Currently they only support GET, but it'd be a very short patch to expand support to include POST. If someone can provide a JavaScript test case (patch to the change.js test), the Erlang will be simple enough that I don't mind filling in the gaps. Cheers, Chris > We are implementing a notification filter that accepts a number of doc > IDs (passed in by the client) and only select changes in that set. The > client decides which doc IDs it's interested in. I'm worried about the > query string length limitation. Is this a valid concern? Does there > exist some better way to handle what we need done? > > Thanks.
