·
4 commits
to main
since this release
Bug Fix
- Fixed Set-Cookie header handling: WordPress login now works correctly. Previously, when WordPress set multiple cookies on login (3-4 cookies), only the last one was being returned to the browser. Now all Set-Cookie headers are properly preserved using
append()instead ofinsert().