Forum Moderators: phranque
123.123.123.123 - - [06/Apr/2004:04:05:51 -0500] "SEARCH /\x90\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02 ... \x90\x90\x90\x90\x90\x90\x90" 414 271 "-" "-"
I've tried blocking it with:
RewriteCond %{HTTP_REFERER} ^-?$
RewriteCond %{HTTP_USER_AGENT} ^-?$
RewriteRule .* - [F]
but that isn't working. Neither is:
RewriteCond %{REQUEST_METHOD}!^GET¦POST$
RewriteRule .* - [F]
SEARCH is not a HTTP request method. I don't know what it is normally used for.
Has someone found a RewriteCond that will forbid these requests?