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

DocSmooTH_23746's avatar
DocSmooTH_23746
Icon for Nimbostratus rankNimbostratus
Jul 17, 2007

LB::server name giving full tcl list, not the name

I have the following iRule tagged to a dev Siebel environment:   when HTTP_RESPONSE { if { [regsub -all "Siebel" [HTTP::payload] "[LB::server addr] - Siebel" newdata] } { HTTP::payload...