Forum Topic: how to test (trace|track|delete) off settings

Forum: .htaccess Forum : General • Posted by RememberToForget • Updated:

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”

Posted by Jeff Starr

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.

https://htaccessbook.com/topic/security-tools/

Posted by RememberToForget •

Boom.