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...
Kevin_Stewart
Employee
Aug 11, 2013Okay, then something like this?
when HTTP_REQUEST {
if { ( [string tolower [HTTP::uri]] starts_with "/nad" ) or ( [HTTP::header Authorization] starts_with "Negotiate YII" ) } {
pool poolK
}
}
"Is there a better way to post or send files to you."
I think you can send it in a direct message.
So then, without seeing the Fiddler trace first, can I assume the traffic looks (or should look) something like this:
- User navigates to site and goes to poolF
- User navigates to the "/nad" URI and gets sent to poolK
- The poolK server responds with an initial 401 to authenticate
- The user goes off and gets a Kerberos ticket and then makes a new request with the Authorization header
- The new request, and all future requests, are sent to poolK by virtue of the Authorization header
Is that more or less what you're looking for?
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