View Full Version : Breaking Client side validations
letom
03-13-2013, 07:09 PM
Some Programmers says, Experienced hackers can break client side validations and client side scripting .. is it true ?
Beverleyh
03-13-2013, 07:17 PM
If by client side validation/scripting you mean JavaScript, then yes, anyone (not just experienced hackers) can 'break' the scripting because its easily turned off/disabled in the browser. This means, for example, Javascript form validation can't perform any checks so the form will just submit regardless of what is in the input fields. Better to run checks and (critical) validation server-side with php, etc.
letom
03-13-2013, 07:47 PM
@Beverleyh
Thanks .. That what i am expected. I common sense this JavaScript is useless for validations, only a small trick to reduce the utilization of server.
:)
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.