Hi,
When requesting for a _changes feed, there is code both in CBLite Android/iOS to switch to POST if the Sync Gateway version is > 0.93. In my case, we are using CouchDB as a source and could not find any way to force the Request Method to be POST.
I have quite a few filter parameters that are used when doing a pull replication and will definitely cross the HTTP spec limit for Query parameters, so was wondering if there was anyway to expose the ChangeTracker.setUsePOST as an API method?
I can file a ticket if this is acceptable and there are no workarounds.
Thanks
Raja