Forum Discussion

Noushad_Vellad1's avatar
Noushad_Vellad1
Icon for Altostratus rankAltostratus
Nov 29, 2018

Turn off File type check for a specific URL and disable event log

I used below iRule for not blocking HTTP request when illegal file type violation is detected   when ASM_REQUEST_DONE {   if { [HTTP::uri] starts_with "/&siteid=" && [ASM::violation count] < 5 ...