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 11, 2013How do i send it directly? email address or ftp server? Your understanding of the traffic is correct. However, after the initial login there may still be some requests that may not meet either condition (/nad or YII), in those case, i would like the connection to persist to poolK without saying it is poolK. So can i do something like this:
when HTTP_REQUEST {
if { ( [string tolower [HTTP::uri]] starts_with "/nad" ) or ( [HTTP::header Authorization] starts_with "Negotiate YII" ) } {
pool poolK
else {
persist ...pool currently being used.....
}
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