I need to set authorization header in request .
How to set authorization header in ng-cordova file-transfer plugin ?
If any body having any code snippet regarding this would be helpful.
Thanks
I need to set authorization header in request .
How to set authorization header in ng-cordova file-transfer plugin ?
If any body having any code snippet regarding this would be helpful.
Thanks
I found answer
var params = new Object();
params.headers = {Authorization: log_cred};
options.params = params;