- From: Lord Daedra <notifications@github.com>
- Date: Fri, 15 Jun 2018 05:08:01 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 15 June 2018 12:08:23 UTC
even better add option to fetch() for users to give them ability select, which method to use after redirects
follow_redirect_method: {
301: 'HEAD'
302: 'HEAD',
303: 'GET'
}
--
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/753#issuecomment-397601068
Received on Friday, 15 June 2018 12:08:23 UTC