Hacker News new | ask | show | jobs
by emsy 1189 days ago
The problem is not the validation but how it’s handled. A client should allow any input to the server and just inform the client that it‘s erroneous. If the input isn’t valid the server will know it. If not that’s a bug.