Issue
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?
Solution
The code on the browser can be tempered maliciously, you must always include validations on your server/backend/api
Answered By - Mario Perez
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.