Re: [whatwg/fetch] 303 redirects should preserve HEAD (#753)

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