got-tls icon indicating copy to clipboard operation
got-tls copied to clipboard

Tough-cookie response

Open disable-0001 opened this issue 3 years ago • 0 comments

Hi,

I got an issue with how the server responds with the cookies. If one cookie is sent is fine to parse it later for tough-cookie, the issue is that if more are sent, it's just a string containing cookies that have dynamic values, making it almost impossible to extract and parse the cookies to a container again to be sent up later again in another request.

Is there any way to improve or do the parsing of the Set-Cookie parameter in the response to a tough-cookie container? Thanks!

disable-0001 avatar Nov 02 '21 11:11 disable-0001