Android create database failing with 404

Hi @mkirkup,

On iOS, the PhoneGap plugin uses the internal url which is only accessible within the sandboxed application for security reasons.
It’s different on Android, basic auth is used to enforce security. That’s why the urls look different on each platform.

Can you provide the exact command to create the db if you’re using curl?

You can refer to the TodoLite-Ionic app for more examples of http requests against the cbl listener.

James