A10Networks.com
Support Portal
Partner Portal
toggle menu
Forums
Tips & Configurations
Resources
User Guides
Blogs
Training
Sign In
·
Register
A10Networks.com
Support Portal
Partner Portal
Sign In
·
Register
Forums
Tips & Configurations
Resources
User Guides
Blogs
Training
Sign In
·
Register
×
Home
›
aFleX
Discussion
Drop or Reject the HTTP TRACE method
Author
Date within
1 day
3 days
1 week
2 weeks
1 month
2 months
6 months
1 year
of
Examples: Monday, today, last week, Mar 26, 3/26/04
Search
Drop or Reject the HTTP TRACE method
PhillipB
Member
✭
September 2013
in
aFleX
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
}
}
Tagged:
CVE
0
Sign In
or
Register
to comment.