-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicating location header #368
Comments
Here |
Clients and servers are suppose to handle either casing right? But in general, they should be pascal casing. Can you figure out where/what is setting it to the lower case |
It breaks app, because by design 2 same http headers are combined in one, values in which are separated by commas. https://www.rfc-editor.org/rfc/rfc9110.html#name-field-lines-and-combined-fi Also realised that header names are lowercase in https://developer.mozilla.org/en-US/docs/Web/API/Headers I'll open pr that changes |
I'm using
next-intl
. Server function handles redirect from middleware, but there is an issue that it duplicateslocation
header because of case mismatch.The text was updated successfully, but these errors were encountered: