On Jul 14, 2014, at 4:32 PM, Milt Grinberg <[email protected]> wrote:
> I am trying to connect to the couchbasecloud (i.e., > http://sync.couchbasecloud.com/mydbname ... > What should I be entering in the dialog box and/or how do I setup a login for > use while testing the use of sync-gateway and the couchbasecloud. That's a URL for the sync API, i.e. what a mobile app would be connecting to to sync with the server. The credentials to provide there are those for any user account you created in your Sync Gateway instance (by doing a PUT to /mydbname/username at the admin access URL.) Also, a web browser's not a good tool for trying out the API. curl or httpie would be better. --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/C5650649-206D-43CE-BE96-B3BBFC521C55%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
