> On Jul 7, 2016, at 5:55 AM, arihant rk <[email protected]> wrote: > > is it possible to distinguish requests from sg-replicate and acuaul client to > syncgateway in the webhook. and we can ignore in the webook part of > syncgateway.
I don’t think so. The requests come in using the REST API like any others. At the REST handler level SG could tell the difference from the User-Agent header, but that info isn’t passed down to the storage level that the web-hook is called from. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/21EBD1ED-4108-4199-B849-D1AA8A3AF635%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
