tkyaji / cordova-plugin-crypt-file

This plugin to encrypt the source files.
Apache License 2.0
178 stars 116 forks source link

Header fileld problem when i use this crypt plugin #28

Closed phyr0s closed 7 years ago

phyr0s commented 7 years ago

Hello, when I install this plugin I got this error in some http request Request header field sessionIdsTT is not allowed by Access-Control-Allow-Headers.

I use Ionic and AngularJS.

Any idea to fix that? Only Happen in Android, in iOS works well.

Thanks

renandecarlo commented 7 years ago

You need to have cross origin header on the server side, otherwise it won't work. At least for XHR requests I think.