For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

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.