Forum Discussion
MSZ
Nimbostratus
Apr 01, 2018URL in Staging
We create a URL and put it in Staging state.
But it is blocking due to the RFC compliance check.
Can anyone describe why this URL is monitoring even it is in staging state?
The events are appea...
Erik_Novak
Employee
Apr 02, 2018Try this iRule:
when HTTP_REQUEST {
if {[HTTP::uri] contains "/urlinstage" } {
ASM::disable
log local0. "ASM disabled."
} else {
ASM::enable /Common/the_name_of_your_policy
log local0. "ASM enabled. Current ASM policy is [ASM::policy]"
}
}
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