For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

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...