Skip to content
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

Support for sending back multiple headers of the same name #788

Open
evolvedqube opened this issue Sep 28, 2024 · 0 comments · May be fixed by #791
Open

Support for sending back multiple headers of the same name #788

evolvedqube opened this issue Sep 28, 2024 · 0 comments · May be fixed by #791

Comments

@evolvedqube
Copy link

"HttpResponseMessage" only allows sending back a single header of the same name. If someone wants to set multiple cookies using 'Set-Cookie' header its not possible. To send multiple cookies, multiple Set-Cookie headers should be sent in the same response.

Expected behavior

We should be able to set multiple headers of the same name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants