on a webform I’m using JQuery Validator to check my form data, however I don’t add any validation on the server side. I would like to know if is possible for a user to alter the code and remove my validations from their browser. If that is possible, how could I prevent it?
Advertisement
Answer
The code on the browser can be tempered maliciously, you must always include validations on your server/backend/api