Skip to content

Fix multiple Set-Cookie response header#5542

Open
ebina4yaka wants to merge 3 commits into
DioxusLabs:mainfrom
ebina4yaka:fix-multiple-setcookie-response-header
Open

Fix multiple Set-Cookie response header#5542
ebina4yaka wants to merge 3 commits into
DioxusLabs:mainfrom
ebina4yaka:fix-multiple-setcookie-response-header

Conversation

@ebina4yaka
Copy link
Copy Markdown

When a Set-Cookie header is passed as an argument to add_response_header(), it modify to use the add() instead of the insert(). And, add browser test for check response headers.

Fixes #5541

@ebina4yaka ebina4yaka requested a review from a team as a code owner May 9, 2026 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add_response_header will override existing Set-Cookie headers

1 participant