Forum Discussion
Ralph_Duane_761
Nimbostratus
May 13, 2005Rookie needs help. iRule url redirection
I am a newbie with BigIP and not much of a coder either. I want to use BigIP to redirect traffic based on the url. If url contains tsa then goto one webpool and if it contains either tsa_test or tsa_t...
JRahm
Admin
May 18, 2005scratch that....try this:
rule URI_switch {
when HTTP_REQUEST {
set uri_info [HTTP::uri]
log "Variable uri_info contents: $uri_info"
if {not {$uri_info ends_with "\/"} } {
append uri_info "\/"
log "Variable uri_info contents w\/ "\/" appended: $uri_info"
}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
