Kapelianovych / couchdb_dart

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

No HTTPS support #18

Closed pxlphoto closed 3 years ago

pxlphoto commented 3 years ago

I tried in several ways but no https support seems to be available. Flutter is going to enforce the use of https as Android since API 28 and iOS since v9 are requesting it too (https://flutter.dev/docs/release/breaking-changes/network-policy-ios-android) I could allow it in the AndroidManifest but this would be unsafe (as password would travel clearly). Please, think about adding https support. Thanks in advance

pxlphoto commented 3 years ago

My fault, I've found the "Scheme" parameter in CouchDBClient addresses this non-problem. Sorry