Forum Discussion

Patrick_Mullane's avatar
Patrick_Mullane
Icon for Nimbostratus rankNimbostratus
Aug 22, 2013

iRule won't Execute on HTTPS Virtual

I have created the following simple iRule to append additional URI information when it's ommitted.   when HTTP_REQUEST { if { ([HTTP::uri] == "/") } { HTTP::uri /D3VSOC/ } }   ...