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 ]
...
nitass
Employee
Sep 03, 2012e.g.
[root@ve10:Active] config b rule myrule list
rule myrule {
when RULE_INIT {
set uri "/content.html?query123ADF90"
log local0. "\[findstr $uri ? 9 3\] is [findstr $uri ? 9 3]"
}
}
[root@ve10:Active] config tail /var/log/ltm
Sep 3 17:51:53 local/tmm info tmm[4925]: Rule myrule : [findstr /content.html?query123ADF90 ? 9 3] is ADF
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