Forum Discussion
Kenny_Van_73892
Nimbostratus
Apr 23, 2008string tolower confirm
I got an irule but need someone to confirm this if [string tolower] only work on HTTP::host, not HTTP::uri
HTTP::redirect https://[string tolower [HTTP::host]][HTTP::uri]
I ju...
Nicolas_Menant
Employee
Apr 23, 2008hi,
string command is a TCL command. You can use it with any kind of text data !
So you should be able to do this:
[string tolower [HTTP::host][HTTP::uri]]
If it doesn't work try this:
set url [HTTP::host][HTTP::uri]
HTTP::redirect https://[string tolower $url]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
