Jump to content

difference between user input validation and server side validation


chris_161

Recommended Posts

One is done on client-side (i.e. in browser) the other on server.

The difference is, client-side validation can not be trusted (because user can fake it), and should only be used to display messages for user informing them, that they input invalid data. All user input data should be validated again on server.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.