- From: Marcel Klehr <notifications@github.com>
- Date: Fri, 09 Apr 2021 05:26:55 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 9 April 2021 12:27:07 UTC
I propose to add a way for consumers to know whether the request method has changed. This can happen, if a 301/302 redirect happened on a POST request. Currently, there is only the `redirected` property, which includes 301/302 but also 307/308 which do not change the request method. Unexpected things happen when the request method has changed, and there is currently no way to detect this. -- 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/1212
Received on Friday, 9 April 2021 12:27:07 UTC