Dave_22257
Jul 19, 2011Nimbostratus
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.
My LTM is running ver 9.4.7.
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