vasani-arpit / cordova-plugin-downloadmanager

A Cordova plugin to download file in system's default download manager
44 stars 38 forks source link

Add an option to configure the request. #1

Open amanvishnani opened 7 years ago

amanvishnani commented 7 years ago

It would be great if we could add headers to the request. I found a public method addRequestHeader(String header, String value) which can help us achieve it here.

Can we add option to change the download path? If it is possible it would be great.

Thanks.

vasani-arpit commented 7 years ago

Yes, we should add headers. I don't think we can change the download path. Will Update soon.

Thanks.