Bug: Multiple Set-Cookie headers in response are not properly handled

Description When using yaak to call an API, there is a bug in cookie handling. According to the HTTP protocol specification, the response header Set-Cookie allows multiple instances. However, when the response returns multiple cookies, yaak only displays one and the rest are lost.
Steps to Reproduce
Make an API call using yaak that returns multiple
Set-Cookieheaders in the responseCheck the response headers in yaak
Observe that only one
Set-Cookieheader is displayed
Expected Behavior All Set-Cookie headers from the response should be properly displayed and handled.
Actual Behavior Only one Set-Cookie header is shown, while other Set-Cookie headers are missing/lost.
Additional Context This issue affects proper cookie management and session handling when working with APIs that return multiple cookies in their responses.


Can you verify it’s still a bug on the latest beta? I feel like I fixed this already
I confirm that this issue currently exists. I just updated yaak to 2025.10.0-beta.9 and performed retesting verification, and the issue still persists.
Problem confirmed to exist.
To solve this issue, we can also address the header casing standardization problem at the same time, since these modification points are related.
https://feedback.yaak.app/p/response-headers-are-displayed-in-all-lowercase-instead-of-standard
Should be fixed now
https://github.com/mountain-loop/yaak/releases/tag/v2025.10.0-beta.10
3Q。
I have updated it and confirmed that the issue has been resolved, as shown in the figure below.
https://yaak.app/changelog/2026.1.0