Page 1 of 1

multiple Set-Cookie

PostPosted: Tue Jun 05, 2018 6:46 pm
by lunex
Short question: how to collect all Set-Cookie headers from one request? onResourceResponse returns only the last one...
Thank you.

Re: multiple Set-Cookie

PostPosted: Tue Jun 05, 2018 7:54 pm
by magreenblatt
It looks like the CefRequest methods use a Map<> instead of a Multimap<> for header values, which is wrong. Please add a bug. A PR to fix it is also welcome.