Forum Discussion

Kevan_50436's avatar
Kevan_50436
Icon for Nimbostratus rankNimbostratus
Apr 21, 2009

HTTPS iRule to redirect traffic by URL?

I have a really simple iRule to route HTTP traffic based on the URL specified:     when HTTP_REQUEST {   if { [HTTP::host] contains "test2" } {   pool Test2_HTTP   ...