got-tls
got-tls copied to clipboard
Tough-cookie response
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!