We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a557b41 commit 7bdf850Copy full SHA for 7bdf850
.changeset/fluffy-dingos-tap.md
@@ -7,4 +7,5 @@ fix: Normalize the Location header in redirects
7
Normalizes the Location header to either be a relative path or a full URL.
8
If the Location header is relative to the host, it will return a relative path.
9
If it is an absolute URL, it will return the full URL.
10
-Both cases will ensure that the Location value is properly encoded according to RFC
+We want to match the behavior of `next start`.
11
+Query parameters in redirects from Next Config are encoded, but from the middleware they are not touched.
0 commit comments