zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.78k stars 747 forks source link

302 Redirect URL Support #795

Open shobhitsinghal624 opened 2 years ago

shobhitsinghal624 commented 2 years ago

:clipboard: Description Handle 302 redirects in the URLs

:microphone: Motivation I'd like to play mp3 URLs that does HTTP 302 redirect initially (e.g. for authentication) and then returns the audio file with HTTP 200.

:bulb: Alternatives Not sure.