Forum Discussion
navgup_66025
Nimbostratus
Jul 18, 2013irule to send traffic to correct pool
I have a requirement to send default https request to Kerberos_Pool but if authentication fails (kerberos SSO), fall back to Forms_Pool (form based login). I have tried different methods, including c...
navgup_66025
Nimbostratus
Jul 22, 2013No APM in the picture.
I have simple logic
when HTTP_REQUEST {
if { [HTTP::header value Authorization] contains "Negotiate YII" } {
pool Kerberos_Pool
} else {
pool Forms_Pool
}
}
However, since there are many REQUESTs and RESPONSEs in the same session, the browser jumps from kerberos pool to forms pool (back and forth) because form pool sometimes return null. Is there a way to set a global variable in irule that keep a count for a number of a request went through? For eg, how many times [HTTP::header value Authorization] contains "Negotiate YII" HTTP REQUEST went through?
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