Kapelianovych / couchdb_dart

A library for Dart developers for work with CouchDB
https://pub.dev/packages/couchdb
Other
47 stars 18 forks source link

Change headers to allows CORS requests #4

Closed dmjohnsson23 closed 5 years ago

dmjohnsson23 commented 5 years ago

Made a few small changes that should allow the client to connect to a remote CouchDB instance via CORS. Also a few other minor changes that shouldn't alter functionality.

Kapelianovych commented 5 years ago

Thanks for your help)