User Input Data Validation

Should user input data validation occur server-side or client-side? Why?

Questions by motionbreaker

Showing Answers 1 - 15 of 15 Answers

Validation should be done BOTH on the client and on the server. This even includes validation that has already been done on the client, due to the risk of spoofing.

The only reason validation is first done on the client is to reduce the number of round trips between the client and the server.

The user input data validation will on the client side becouse when validate on the server-side  user input can be wrong  as well as take much time to execute by server.

  Was this answer useful?  Yes

rammaya

  • Nov 23rd, 2010
 

Input data validation is Server side validate, not client side. what we give any input data,  run server side.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions