Ionic + crosswalk + cordova file transfer download = 401 error

I added crosswalk to my android project and cordova file transfer download operation, which was working prior to adding crosswalk, stopped working. I get http error 401. I checked from different browsers and the server is serving the file just fine without any authorization issue.

Any idea?

I resolved this issue by installing the cordova whitelist plugin, which you can do by running:

ionic plugin add https://github.com/apache/cordova-plugin-whitelist.git