multi set-cookie
if there is multi set-cookie in response header, only firsth one set. The second one can not be seen in response header. Especially when flask server send a session in set-cookie, I can not see in response header.
if there is multi set-cookie in response header, only firsth one set. The second one can not be seen in response header. Especially when flask server send a session in set-cookie, I can not see in response header.
I have the same problem. How did you finally solve it in flask server?
Actually had the issue with a Laravel based app and it seem that the set-cookie header are merged together and separated by an ,
This is a duplicate of https://github.com/dart-lang/http/issues/24