Forum Discussion
Jace_45978
Nimbostratus
Mar 19, 2012persistence based on uri call
would like to add persistence profile if client makes call with /admin in the uri to the VS otherwise there is no persistence on the VIP.
I plan on adding a universal persistence to the VS with t...
koenning_107182
Nimbostratus
Mar 20, 2012Hi Jace,
makes sense. Based on your input, the irule should look like
when HTTP_REQUEST {
if { [HTTP::uri] equals "/dispatch/admin/StartAdmin.html" } {
persist source_addr 255.255.255.255 2100
}
} Means only when starting the admin console at that specific path, a persistence record is created.
Thanks
Christian
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
