Hi,
The proxy copies cookies from the response in copyProxyCookie. It does so by parsing the header value and writing the (modified) cookie proxy in the HttpServletResponse object. However the SameSite attribute gets lost in this process.
As java.net.HttpCookie can not transport this information the proxy should parse the header for the SameSite attribute and adds it to the proxy via setAttribute.
Thank you and best regards
Nils
Hi,
The proxy copies cookies from the response in copyProxyCookie. It does so by parsing the header value and writing the (modified) cookie proxy in the HttpServletResponse object. However the SameSite attribute gets lost in this process.
As java.net.HttpCookie can not transport this information the proxy should parse the header for the SameSite attribute and adds it to the proxy via setAttribute.
Thank you and best regards
Nils