Forum Discussion
jdevpros
Nimbostratus
May 25, 2017How to send client ip to the backend, if we use iRule to map different context
Hi,
Our scenario is Real Server a & b /context1 on port 8080, real server a & b /context2 on port 8081, and the big ip has a iRule to balance between this real server on the same port.
I mean the use...
jdevpros
Nimbostratus
May 25, 2017This is our iRule
when HTTP_REQUEST { if {[HTTP::uri] contains "context1"}{ persist dest_addr pool context1_pool return}
if { [HTTP::uri] contains "context2"}{
pool context2_pool
return}
if { [HTTP::uri] contains "context3"}{
pool context3_pool
return}
}
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
