Hi, I want to prevent spam injection in my forms. If the user inputs something like: sender@example.com%OABcc:victim@somesite.com, the server outputs a 404 error.
This gives me no opportunity to fix the injection with php using htmlspecialchars() and urldecode().
Any ideas how to fix this??
Regards
Mateo
Not Acceptable
An appropriate representation of the requested resource /feng/en/trial.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
An appropriate representation of the requested resource /feng/en/trial.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Any ideas how to fix this??
Regards
Mateo
Comment