What version of CouchDB are you using? (CORS support is only available for 1.3+)
- Dominic Barnes On Wed, Jun 19, 2013 at 8:42 AM, Romi Awasthy <[email protected]> wrote: > Hi, > > I am getting error: 405 Method Not Allowed error (Origin > http://localhost is not allowed by Access-Control-Allow-Origin) > > > > I understand I need to add enable cors to resolve this issue. I have added > these two settings in my local.ini file. > > > > *[httpd]* > > enable_cors = true > > > > *[cors]* > > origins = * > > > > But, that is not resolving the issue. Is there something else that is > needed? > > > > Thanks > > Romi >
