Skip to content

Instantly share code, notes, and snippets.

@paulmwatson
Created June 30, 2020 10:02
Show Gist options
  • Save paulmwatson/891db828744eaf1a74189272285b0b49 to your computer and use it in GitHub Desktop.
Save paulmwatson/891db828744eaf1a74189272285b0b49 to your computer and use it in GitHub Desktop.
const response = await fetch('http://google.com', {redirect: 'manual'})
response.status
// => 301
response.headers.get('Location')
// => http://www.google.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment