Is there a way to get final redirect url without following it with Fetch API
?
Example:
http://some.link/1 redirects to http://some.link/2
fetch('http://some.link/1', someParams)
=> get 'http://some.link/2' url
without request to it.
Is there a way to get final redirect url without following it with Fetch API
?
Example:
http://some.link/1 redirects to http://some.link/2
fetch('http://some.link/1', someParams)
=> get 'http://some.link/2' url
without request to it.