Forum Discussion
navgup_66025
Nimbostratus
Aug 08, 2013Auth_Status and Persist
1) I have PoolK and PoolF and default pool has to be PoolK
2) first client request always go to PoolK
3) Check if client has been authenticated to PoolK using Auth_status command, if YES pe...
navgup_66025
Nimbostratus
Aug 12, 2013Instead of redirect 302, i am going to test rewrite.
when HTTP_REQUEST {
set host [HTTP::host]
set uri [HTTP::uri]
set header_auth [HTTP::header "Authorization"]
if { $uri contains "/nad" } {
HTTP::uri "/"
log local0.debug "1st time: Sending Req to Kerb Pool >> '$header_auth' "
pool poolK
}
if { $header_auth starts_with "Negotiate YII" or [HTTP::cookie exists BIGipServerpoolK] } {
log local0. "Subsequent Req: Sending req again to Kerb pool"
pool poolK
}
}
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