Hi,
While using CBLite 1.4, we were using the below API to register HTTPCookie with replicators.
- (void) setCookieNamed: (NSString*)name
withValue: (NSString*)value
path: (nullable NSString*)path
expirationDate: (nullable NSDate*)expirationDate
secure: (BOOL)secure;
I couldn’t figure out the equivalent api in ReplicatorConfiguration
class. Anyone know how to set HTTPCookie with CBLite 2.5?