- From: Jake Archibald <notifications@github.com>
- Date: Thu, 16 Jul 2020 07:47:52 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 16 July 2020 14:48:04 UTC
If I'm reading the spec correctly, we return an error if the body is a stream (it has no source) and we get a redirect that isn't 303 https://fetch.spec.whatwg.org/#concept-http-redirect-fetch (step 9). It seems like we could allow 301/2 redirects if the method is POST, since the body is discarded (step 11). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1058
Received on Thursday, 16 July 2020 14:48:04 UTC