Closed bytesnz closed 2 days ago
This package does not parse the set-cookie
header. https://github.com/jshttp/cookie?tab=readme-ov-file#cookieparsestr-options
Maybe this will help? https://github.com/jshttp/cookie/pull/213
Maybe this will help? #213
Yeah, that quick note will be perfect. My bad for not looking at previous issues. :bow:
No worries! It happens, and it spurred me to finally open that PR after seeing this question many times over many years. Cheers!
Just came across a set-cookie header value that is not correctly parsed by 1.0.1. Presuming it is due to the HttpOnly attribute. I'm using cookie to parse cookies received during testing API endpoints in node, hence the receiving the HttpOnly attribute
results in