Sep 2026 - DevCentral is currently set to Read-Only (Sep 14th) for a platform update.
For some details see: DevCentral is Evolving.

Forum Discussion

thornade_91981's avatar
thornade_91981
Icon for Nimbostratus rankNimbostratus
Dec 12, 2007

Loadbalance HTTP::redirect

Hi,     I'm looking for an irule to do the following :     when LB_SELECTED {   set ::WServer [LB::server addr]   HTTP::redirect "http://$::WServer/"   }     I have...