You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add an option to not follow redirects?
Here is a possible use case:
The url freemusic.com/great_song/download redirects to files.freemusic.com/other_things/great_song.mp3. I just want to get the file url and not the actual file through the proxy.
It would be nice if I could fetch https://api.allorigins.win/get?noredirect=true&url=https://freemusic.com/great_song/download and see where it would have redirected.
The text was updated successfully, but these errors were encountered:
Is it possible to add an option to not follow redirects?
Here is a possible use case:
The url
freemusic.com/great_song/download
redirects tofiles.freemusic.com/other_things/great_song.mp3
. I just want to get the file url and not the actual file through the proxy.It would be nice if I could fetch
https://api.allorigins.win/get?noredirect=true&url=https://freemusic.com/great_song/download
and see where it would have redirected.The text was updated successfully, but these errors were encountered: