Recent Customer asked for a way to drop or reject the HTTP TRACE method for PCI compliance.
Thanks to JonD here is a quick aFleX to do that.
when HTTP\_REQUEST \{
if \{ [HTTP::method] eq "TRACE"\} \{
reject
\}
\}
Recent Customer asked for a way to drop or reject the HTTP TRACE method for PCI compliance.
Thanks to JonD here is a quick aFleX to do that.
when HTTP\_REQUEST \{
if \{ [HTTP::method] eq "TRACE"\} \{
reject
\}
\}