Forum Discussion

Mike_59458's avatar
Mike_59458
Icon for Nimbostratus rankNimbostratus
Dec 15, 2011

Exchange 2010 & F5

I have a iRule to block access of OWA from outside of our enviroment using the below code.     when HTTP_REQUEST {   HTTP::enable   if {[string tolower [HTTP::uri]] eq "/owa" } { ...