Forum Moderators: phranque
RewriteCond %{HTTP_USER_AGENT} Java.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Java.*
RewriteRule ^/(.*)$ /$1 [F]
RewriteCond %{HTTP_USER_AGENT} Java Will this protect forms
...submitted with blank values even there is jquery validation.
One of the simplest & best I've found ... was to create a dummy field and name it something common like "email" or "subject" that you would expect to find on a form...then hide that field via CSS.