Closed jimmywarting closed 6 years ago
Redirects are followed silently by the browser, so it isn't possible to access the 301/302 redirect pages.
You can with the fetch api...
fetch(url, { redirect: 'manual' })
https://developer.mozilla.org/en-US/docs/Web/API/Request/redirect
ups, dupe of #72
You can with the fetch api...
https://developer.mozilla.org/en-US/docs/Web/API/Request/redirect