gnuns / allOrigins

:alien: Pull content from any page as JSON via API

Home Page:https://allorigins.win/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to not follow redirects?

jason00111 opened this issue · comments

commented

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.