Forum Discussion
Arthur_7109
Nimbostratus
Jan 04, 2011The Blocking Reponse Page is blocked and looping :-)
Hi there,
On our ASM, for the Blocking Reponse Page, we use a redirect to a page on the application server:
So the browser is requesting
https://the.server/path-to/blocking-pag...
Chris_Miller
Altostratus
Jan 04, 2011You could also use ASM::disable.
http://devcentral.f5.com/wiki/default.aspx/iRules/ASM__disable.html
Since disabling ASM disables it for the entire tcp connection, re-enabling it within the rule would seem necessary.
Slightly editing the example iRule in that article:
Disable ASM for URIs containing "blocking-page"
when HTTP_CLASS_SELECTED {
ASM::enable
if { [HTTP::uri] contains "blocking-page" } {
ASM::disable
}
}
Give that a shot perhaps?
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