joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.84k stars 784 forks source link

fix(DownloadManager): add cookies to behave similar to other requests #528

Closed jacobmllr95 closed 3 years ago

jacobmllr95 commented 4 years ago

Currently when files get downloaded via the Android DownloadManager (useDownloadManager: true), cookies are not included with the request. This makes the behavior different from other requests where they are included.

This PR makes sure that cookies are applied to the DownloadManager request.