- From: Lord Daedra <notifications@github.com>
- Date: Fri, 15 Jun 2018 04:36:28 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 15 June 2018 11:36:52 UTC
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