zmxv / react-native-sound

React Native module for playing sound clips

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

302 Redirect URL Support

shobhitsinghal624 opened this issue Β· comments

πŸ“‹ Description
Handle 302 redirects in the URLs

🎀 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.

πŸ’‘ Alternatives
Not sure.