I have setup a cloudant local database using docker image.
When I try to send in a cloudant query using a JavaScript application hosted on localhost:8000 it gives me an CORS error.
How do I enable CORS on Cloudant local? I have tried the following
- PUT request as described in https://docs.cloudant.com/cors.html#setting-the-cors-configuration
- Checked the dashboard but the local instance does not have the "Account" tab available.