Forum Discussion

sael_315797's avatar
sael_315797
Icon for Nimbostratus rankNimbostratus
Apr 24, 2017

choosing pool based on cookie exists+cookie value

can you please help me correct the errors in my last part of the script: when HTTP_REQUEST { if {[HTTP::cookie exists "cat"]}{ if {[HTTP::cookie value "cat"]equals "yes"}{ pool Pool_ID ...