Does Javascript `fetch` follow redirects by default?

Viewed 38

With regard to our modern set of browsers (circa November 2018) that support fetch...

If I fetch a URL like https://example.com/ and receive a 301 or 302 response, does fetch automatically follow that redirect (by default), or something else?

0 Answers
Related