Email Forms _Processing Securely
Posted: Mon May 01, 2006 12:20 pm
Currently I have a site that has a form handler that will process any form I send to it (Even from other domains).
What is the easiest way to secure this form handler so that it can not be exploited by spammers?
I need it to stay simple so that it can process any forms from my site (rather than having a specific form handler for each form).
What is the best way to do this?
Can it be done without form-field validation?
Is there a simple bit of reliable code that will only allow forms from my domain to be processed by the form handler?
Thanks in advance for any input on this.
What is the easiest way to secure this form handler so that it can not be exploited by spammers?
I need it to stay simple so that it can process any forms from my site (rather than having a specific form handler for each form).
What is the best way to do this?
Can it be done without form-field validation?
Is there a simple bit of reliable code that will only allow forms from my domain to be processed by the form handler?
Thanks in advance for any input on this.