Skip to content
Advertisement

Is possible to change the Javascript in the clients browser?

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

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement