Forum Discussion

Mike_Young_6152's avatar
Mike_Young_6152
Icon for Nimbostratus rankNimbostratus
Jan 17, 2013

iRule for selecting a pool based on a cookie value not working

I need to redirect traffic based on a cookie.     when HTTP_REQUEST {   if{([HTTP::cookie exists "asv"]) and ([HTTP::cookie value "asv"] eq "1" )}{   pool web_new_version_pool   } ...