Forum Discussion
commsmonkey_172
Nimbostratus
Aug 08, 2010Persist uie with Findstr query
I've come across the following irule and I'm not sure exactly what it's intentions are
rule Persist_Universal {
when HTTP_REQUEST {
persist
uie [ findstr [HTTP::uri] "?" 9 3 ]
...
The_Bhattman
Nimbostratus
Aug 08, 2010Hi Comms.
Basically it's persisting based on the URI of a URL - specifically a query. 9 indicates what is skipped and 3 is the terminator. You can also use [HTTP::query] instead of [HTTP::uri] to accomplish this
Bhattman
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