Hi,

You're trying to insert a RESPONSE header if a REQUEST header exists.
It may not work, either never match or always match.
I mean that your acl has an undetermined state when called.
You should match something from the response to be sure it works.

regards


On Sat, Mar 31, 2012 at 5:51 AM, fred hu <frederick...@gmail.com> wrote:
> Hi, All
>
> I need insert Set-Cookie response header for specified request(host)
>
> I start with creating following two lines of configuration
>
> acl rsptest hdr_beg(host) -i www.google.com
> rspadd Set-Cookie:\ GOOGLEID=123456 if rsptest
>
> But all i got is following warning:
>
> acl 'rsptest' involves some volatile request-only criteria which will be
> ignored.
>
> So, do we support rsp_add for specified hosts and how?
>
> --
> Fred Hu
> Best Regards
>
>

Reply via email to