Forum Discussion

Joe_M's avatar
Joe_M
Icon for Nimbostratus rankNimbostratus
May 10, 2013

CVE-2012-0053 Mitigation iRule

Not sure if this actually works or not, but here you go!   when HTTP_RESPONSE {   if { [HTTP::status] == "400" } {   HTTP::header remove "Set-Cookie"   log local0. "CVE-2012...