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 16, 2005Maybe you should back up and do some diagnostic logging at this point:
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:"
}
Also, check to see if the "/" is a special character in TCL, that might be a problem.
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
