Hi am looking for the I rule solution for one url redirection from one to another both are hosted on different LB. example : LB 1 : abc.def.se : 443 LB 2 : to xyz.lmf.se:82
Redirection should be based on /kop uri abc.def.se/kop to xyz.lmf.se:82
On LB1:
when HTTP_REQUEST { if { [HTTP::uri] equals "/kop" } { HTTP::redirect "http://xyz.lmf.se:82"; } }