Forum Discussion
Dale_Lindsay_19
Nimbostratus
May 05, 2008New to iRules need a starting point
I'm new to iRules. I need to be able to take a specific url and if it has specific content in the url, send it to a specific server. All over traffic can be load-balanced normally to the two servers...
Dale_Lindsay_19
Nimbostratus
May 13, 2008Hi again,
I finally had a chance to try this and it does not appear to work. When traffic inbound matches the "contains" field, the Bigip is still sending traffic to either server. Here is what I have:
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] contains "sdpversion1" } {
pool DALE_POOL member 192.168.138.50
} else { pool DALE_POOL }
}
Any help appreciated!
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