Secure way to stop users from forging forms

前端 未结 5 949
天命终不由人
天命终不由人 2021-01-25 19:40

How can I prevent users from forging forms on the PHP or jquery side, I am using Jquery\'s ajax functionality to submit the forms, and this means that tech-wise people can chang

5条回答
  •  渐次进展
    2021-01-25 20:12

    I'm going to go with... you can't. You never trust the user's data; client side verification is always only the first line of defense.

提交回复
热议问题