1.

Should User Input Data Validation Occur Server-side Or Client-side? Why?

Answer»

All USER input data validation should occur on the server at a MINIMUM. Additionally, client-side validation can be performed where deemed APPROPRIATE and feasable to provide a richer, more responsive EXPERIENCE for the user.

All user input data validation should occur on the server at a minimum. Additionally, client-side validation can be performed where deemed appropriate and feasable to provide a richer, more responsive experience for the user.



Discussion

No Comment Found