Forum Discussion
Joshua_Rasnier
Nimbostratus
Feb 03, 2014Request always going to default
Hi guys,
Hope someone can help me with a problem I have been trying fix for one day.
I have a virtual server with client side ssl,server ssl and using cookie persistence. And has the below irule...
Kevin_Stewart
Employee
Feb 04, 2014[string tolower [HTTP::path]] isn't an assignment, it's a string evaluation. It'd be like saying:
set x [HTTP::path]
set y [string tolower $x]
If you wanted to actually change the case of the path to the server, you'd need to do something like this:
HTTP::path [string tolower [HTTP::path]]
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