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

Forum Discussion

1 Reply

  • Hi,

    You could do it maybe like this:
     useful when having one semicolon in uri
     remove all after including ";", before send the request to the pool members
    when HTTP_REQUEST {
        HTTP::uri [lindex [split [HTTP::uri] ";"] 0]
    }
    

    Just one of many ways...

    Regards.