Forum Discussion

eLeCtRoN's avatar
eLeCtRoN
Icon for Cirrus rankCirrus
Feb 27, 2017

URL Browser Mask/Hide with redirect

Hello,   I have a URL forex.mycomp.com:443/forex this URL use some Users. Now I use this iRule   when HTTP_REQUEST { set uri [string tolower [HTTP::uri]] if { $uri eq "forex" } { HT...