-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: preserve method on 307/308 redirects (#9597)
* fix: preserve method on 307/308 redirects * Add changeset * Fix changeset Co-authored-by: Mehdi Achour <machour@gmail.com> * Strengthen HTTP method validation * Move redirect status codes to a constant * PR feedback * bundle bump Co-authored-by: Mehdi Achour <machour@gmail.com>
- Loading branch information
1 parent
d6a6825
commit 23db292
Showing
5 changed files
with
360 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@remix-run/router": patch | ||
--- | ||
|
||
Preserve the HTTP method on 307/308 redirects |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.