Page 1 of 1
About Question enthuware.ocpjp.v11.2.3408 :
Posted: Sun Oct 09, 2022 12:40 am
by sohamdatey22
Why is the first option less correct in than the others?
Re: About Question enthuware.ocpjp.v11.2.3408 :
Posted: Sun Oct 09, 2022 6:05 am
by admin
First option is wrong because a request may be sent to the server through some other client. So, validation must be done at the server.
Re: About Question enthuware.ocpjp.v11.2.3408 :
Posted: Wed May 08, 2024 10:38 pm
by gadsgadsx
If this is the reason why 1 is incorrect, than the wording should be "validate input IN client side" or "validate input AT client side". "From" client side means input coming from outside the application, which should be validated. Option 1 actually means that validation should be done at the server, in the way its written now.
Re: About Question enthuware.ocpjp.v11.2.3408 :
Posted: Thu May 09, 2024 9:34 am
by admin
You are right. Fixed.
thank you for your feedback!