Forum Discussion

karthik_sriniva's avatar
karthik_sriniva
Icon for Nimbostratus rankNimbostratus
Nov 29, 2005

iRule return not working

I have the following iRule     when HTTP_REQUEST_SEND {   if ( <> } {   return   }   }     I want to present the request from getting to the backend server. But the re...