> On Sep 15, 2018, at 1:29 AM, "[email protected]" > <[email protected]> wrote: > > Is there any way if we can verify the sync gateway urls using the new > protocols in browser to check their working / not working status.
For troubleshooting network/server problems, you mean? The REST API is still there, so you can use the equivalent http: URL for the same database, i.e. http://server:port/db. If you take the ws: URL and just change the scheme to http: (or https:) you’ll hit the websocket endpoint; I think you’ll get a 400 response since your HTTP request doesn’t have the required WebSocket headers, but that will identify that you’ve reached it. Or you can use the ‘cblite’ command line tool to run a replication. —Jens Privacy Policy<https://www.couchbase.com/privacy-policy> | Update Marketing Preferences<https://info.couchbase.com/unsubscribe-or-manage-preferences> -- 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/F4795A21-72CD-46A5-8EFC-BD4B021120B7%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
