D
darrel
We built out own CMS a few years ago. One of the features was a contact
form. Nothing fancy, just a handful of form fields (name, address, etc) that
when submitted, I grab and then send to a recipient via the SMTP server I
specify. Works great.
What I find odd is that in the years it's been up there, we haven't been
subject to any form-spamming.
This seems like a huge issue for a lot of PHP-based forms and you find all
sorts of workarounds to try and stop blocking.
My question is if ASP.net are naturally less vulnerable to this, or if we've
just been lucky. If the former, why? If the latter, what are some
best-practices to avoid it from happening?
-Darrel
form. Nothing fancy, just a handful of form fields (name, address, etc) that
when submitted, I grab and then send to a recipient via the SMTP server I
specify. Works great.
What I find odd is that in the years it's been up there, we haven't been
subject to any form-spamming.
This seems like a huge issue for a lot of PHP-based forms and you find all
sorts of workarounds to try and stop blocking.
My question is if ASP.net are naturally less vulnerable to this, or if we've
just been lucky. If the former, why? If the latter, what are some
best-practices to avoid it from happening?
-Darrel