Forum Discussion

Dave_22257's avatar
Dave_22257
Icon for Nimbostratus rankNimbostratus
Jul 19, 2011

iRule Case Sensitivity

Is there any way to add a global command to an iRule to disable case sensitivity when matching any defined URI with a single iRule?

 

 

My LTM is running ver 9.4.7.

 

  • Hi,

    Probably lots of ways of doing this, but this should do what your after a the start of the irule:

    [string tolower [HTTP::uri]] 
  • Colin_Walker_12's avatar
    Colin_Walker_12
    Historic F5 Account
    No, there is not a global command to disable case sensitivity. You can do this with string tolower on an individual use basis, as ssl_b0y showed above, but there's no global bit to flip anywhere.

     

     

    Colin