To what extend should I rely on client-side validation?

前端 未结 4 1016
轮回少年
轮回少年 2020-12-11 23:51

I have a lengthy form which heavily uses client-side validation (written in jQuery). To prevent users with disabled JavaScript submitting the form, I have included a hidden

4条回答
  •  旧巷少年郎
    2020-12-11 23:54

    Server side validation is a must, client side validation is to do as much as is practical without the overhead of a round trip to the server.

提交回复
热议问题