02-Mar-2021 09:35
Hi;
Let's say we have a load balancing virtual server listening on port 80, and let's say that we define a connection profile on it, which forces the http traffic to move to an internal virtual server.
Also, on the "External virtual server" listening on port 80, we have bound an i-rule to it.
My question is: does i-rule processing preceed the connection profile processing or is it the other way around?
Kindly
Wasfi
Solved! Go to Solution.
03-Mar-2021 08:24
02-Mar-2021 10:26
what exactly do you mean with a connection profile? the APM one or OneConnect?
in any case it depends on the iRule event, some trigger earlier, some later, have a look at:
https://clouddocs.f5.com/training/community/irules/html/class1/module1/iRuleEventsFlowHTTPS.html
03-Mar-2021 02:46
Sorry Boneyard. I meant a connector profile, which can be used to relay the http request to an internal virtual server. It seems like the external virtual server can only process irules with client_accepted events prior to sending the connection via the connector profile to the internal virtual server. It does not seem like an irule with a http_request event can be processed prior to sending the connection via the connector profile.
03-Mar-2021 08:24
ah, yeah that is quite possible.