Hello Henrik, and thanks for your quick reply!
> The change is quite trivial, just search for HDR_SET_COOKIE
> and you will find it.
I guess you mean
/* remove Set-Cookie if a hit */
if (is_hit)
httpHeaderDelById(hdr, HDR_SET_COOKIE);
in src/client_side.c?
If I remove it, I assume all cookies will be cached, right? Is there any way
to only let one site/domain proxy cookies?
Thanks
Florian
