squid url_rewrite with cookie
- by geekGod
I have a squid 3.0 deployed which has a url_rewriter program which rewrites certain HTTP requests.
I now need to modify this prpogram to rewrite along with the cookie setting code.
As much as I have seen the url_rewrite_program documentation, it appears that I may not be able to set a cookie along with the 302 response.
Is this correct?
Can i set a cookie in the redirect response or would this require modifying the squid code.
Appreciate any help in this regard!