M
M
MeylisDay2017-11-20 21:56:21
HTML
MeylisDay, 2017-11-20 21:56:21

Validation is client-side only. Minuses?

Of course, we are no longer living in the Stone Age, but how safe is it to do data validation only on the client side? And in general, what's the point in double validation (both on the server side and on the client side)? Is it possible to get by with mostly client-side data validation?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2017-11-20
@gangstarcj

Either only back, or front and back validation.
At the front, you need it for speed, so as not to send data back and forth and not wait for this time.

P
Pavel, 2017-11-20
@mrusklon

if you have a simple letter, then it didn’t go anywhere else, but what if there are some financial transactions?
I change BTC USD at the rate of 1 to 100500 thousand millions, and you have a "bankrupt" sign on your balance

R
Roman Misyurev, 2017-11-21
@Sudo

Never trust data coming from a client!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question