Forum Discussion
Ralph_Duane_761
Nimbostratus
21 years agoRookie 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
21 years agoMaybe 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.
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