Forum Discussion

Bayan_El_Ameen1's avatar
Bayan_El_Ameen1
Icon for Nimbostratus rankNimbostratus
Oct 04, 2011

Redirection iRule on ASM Blocking

Hello,

 

 

I need an iRule to redirect to home page when the ASM blocks a request.

 

 

I know that this can be achieved by selecting a redirect url for the response page instead of using the default response page but I need something more general for I have multiple applications and I want to manage that in an iRule.

 

 

I have tried the following iRule but it's not working:

 

 

when ASM_REQUEST_BLOCKING {

 

HTTP::redirect https://[HTTP::host]/

 

}

 

 

Thanks,

 

 

Bayan El Ameen

 

 

 

 

22 Replies