Forum Discussion
Ciscomadman_204
Nimbostratus
May 29, 2015IRULE to take number from URL dynamically and change to port for web server
Need to figure out how to write an IRULE to take input:
https://website.com/login.htmld?rtport=4500 (Can be a range of 4500 to 4599)
and turn it dynamically into:
https://website.com:4...
Josiah_39459
May 29, 2015Historic F5 Account
when HTTP_REQUEST {
if {[string tolower [HTTP::uri]] starts_with /login.htmld and [HTTP::query [HTTP::uri] rtport] >= 4500 and [HTTP::query [HTTP::uri] rtport] <= 4599 } {
HTTP::redirect "https://website.com:[HTTP::query [HTTP::uri] rtport]/login.htmld"
}
}
Should do the trick
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