Hi,<div><br></div><div>Is there a way to filter the cookies set by backend on a caching frontend? </div><div><br></div><div>What I need is to be able to cache on frontend even if some cookies are set. </div><div>If I do proxy_ignore_headers: Set-Cookie than all cookies will be ignored on frontend and page will be cached regardless of what cookie backend sets.</div>
<div><br></div><div>I cannot control the backend, that's why I need to do it on frontend.</div>