Skip to content

v0.2.2 - WordPress Login Fix

Latest

Choose a tag to compare

@wolfsoftwaresystemsltd wolfsoftwaresystemsltd released this 19 Jan 06:52
· 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 of insert().