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

I send DELETE requests via fetch() to my server and get back 303 status redirects. I expect HEAD requests here... Actually I see GET. 

I expect to HEAD because of next thing I will do is window.location.replace(response.url);, so I do not need twice GET requests here...

-- 
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-397594383

Received on Friday, 15 June 2018 11:36:52 UTC