Hello, Do change notification filters (or change notifications in general) support HTTP verbs other than GET?
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.
