For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

danra_139044's avatar
danra_139044
Icon for Altostratus rankAltostratus
Mar 25, 2014

iRule: 'Switch -glob' does not work with HTTP::payload, it works using 'if-elseif' logic.

Anyway how to use 'switch -glob' to search HTTP::payload? It works with 'if-elseif' logic. Also, is the HTTP::release advisable to add? when HTTP_REQUEST { if { [HTTP::method] equals "POST" }{ ...