Forum Discussion
Tom_Farrar_1221
Nimbostratus
May 20, 2014iRule to map all and preserve HTTPS
Hi All,
Hope someone can point me in the right direction here!
We've an app being served up by Jetty on 8080/TCP, with a root of /console (so, 192.168.10.1:8080/console/). In from of this we've g...
Cory_50405
Noctilucent
May 20, 2014Your if statement is always going to match since HTTP::uri will always start with a forward slash. Try modifying it like this:
when HTTP_REQUEST {
if { not [HTTP::uri] starts_with "/console" } {
HTTP::uri "/console[HTTP::uri]"
}
}
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
