Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Noushad_Vellad1's avatar
Noushad_Vellad1
Icon for Altostratus rankAltostratus
Nov 28, 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 ...