Forum Discussion
DaveC_21078
Altostratus
Feb 07, 2011Change path
I have a URL where I need to alter the path, to eliminate the SSL in or w/o caring what comes afterSSL/. I thought it would fairly simple, but I can't get it to work. Thanks.
Chris_Miller
Altostratus
Feb 07, 2011Easy enough using the string command. Just to verify though, you want to remove this between LTM and your pool members. You aren't trying to redirect the user or anything like that?
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] starts_with "/ssl/" } {
HTTP::uri [string range [HTTP::uri] 4 end] }
}
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