Forum Discussion
Moominboy_29470
Nimbostratus
Oct 09, 2016Any way to avoid source persistence based on IP?
Hi guys,
Looking for some advice please.
I'm looking to implement an alerting function on our estate which aims to hit a hostname.asp url across 4 servers, tally the result then alert if ...
Vijay_E
Cirrus
Oct 09, 2016Try something like this:
when HTTP_REQUEST {
if { ([HTTP::host] eq "myserver.hostname.asp") and ([HTTP::uri] eq "/") } {
persist none
}
}
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