Files
tauri-plugins-workspace/.changes/http-set-cookie.md
T
Amr Bashir a66549329c fix(http): set headers on resposne manually (#1526)
The browser `Response` constructor removes `set-cookie` headers and so we set them manually.

closes #1470
2024-07-08 15:18:14 +03:00

151 B

http-js
http-js
patch

Fix missing Set-Cookie headers in the response which meant request.headers.getSetCookie() always returned empty array.