Forum Discussion
irule to add member specific URI path
- Sep 28, 2021
when LB_SELECTED {
if { [IP::addr [LB::server addr] equals "10.1.1.1"] } {
HTTP::uri "/abc/crg.aspx"
} elseif { [IP::addr [LB::server addr] equals "10.1.1.2"] } {
HTTP::uri "/def/crg.aspx"
}
}
during extended testing we found out that there is an issue with the irule, it looks like some of the subsequent http POST requests not getting the URI appended.
packet capture (from F5 to backend XML) shows successful attempts have full URI added to the http request but unsuccessful attempt doesn't have URI path added. Any suggestions?
why subsequent http post does not send appended URI ? F5 sent append URI on initiation http request ?
Recent Discussions
Related Content
* 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