Forum Discussion

Chris_Miller's avatar
Chris_Miller
Icon for Altostratus rankAltostratus
Aug 20, 2010

OneConnect and Variables

Let's say I have an iRule like the one below: when HTTP_REQUEST { if { this is true } { set variable A } } when HTTP_RESPONSE { if { variable eq A } { do this } } I understand that my var...