Forum Discussion
melcaniac
Cirrus
Sep 20, 2010iRule to address Microsoft Security Advisory (2416728)
Has anyone tried to address this security vulnerability with an iRule?
For more information:
Microsoft Security Advisory (2416728)
Vulnerability in ASP.NET Could Allow Informa...
melcaniac
Cirrus
Sep 20, 2010Here's what I have so far, but apparently the after TCL command is not available on the 9.x platform. Is there a sleep command or some type of delay that I can use in 9.x?
when RULE_INIT {
set ::basedelay 2000
}
when HTTP_RESPONSE {
if { [HTTP::status] starts_with "5"} {
after [$basedelay + [expr { int(10000 * rand()) }]]
HTTP::respond 500 content {
Temporary Failure
There was an error.
}
}
}
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
