Forum Discussion
Vivek_Padale_16
Nimbostratus
Aug 01, 2014Irule for lowercase
Hello,
i want to create a irule for lowercase string for a specific url. Below is the irule which i am trying but i am not getting the result.The current version on client side is v11.3 .
w...
nathe
Cirrocumulus
Aug 01, 2014How about this?
when HTTP_REQUEST {
if {[string match {[A-Z]} [HTTP::uri] eq "myBlock.Profile.com/Pages"]}{
set uri [string tolower [HTTP::uri]]
HTTP::redirect "http://[HTTP::host]$uri"
}
}
Rgds
N
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects