What is the correct error code when a POST request has an invalid parameter? Let's say: a form accepts data for an event, but the date indicated was in the past; or the form accepts the data for registering the user, but the specified name is a number or any invalid name of the person.
source share