Forum Topic: how to test (trace|track|delete) off settings
I’d like to use this thing:
RewriteCond %{REQUEST_METHOD} ^(delete|trace|track) [NC]
RewriteRule .* - [F,L]
But then, do you know of an online tool or something where I can send these kinds of requests and then see for myself what happens?
2 Replies to “how to test (trace|track|delete) off settings”
Yes, as a matter of fact, I just added some sweet new resources to the Security Tools post.. specifically look for “HTTP Requests like a Pro”, which is Hurl.it, an really awesome service for making just about any type of request.
Boom.