Multiple choice technology security

Which validation can be bypassed easily?

  1. Server side Validation

  2. Client side Validation

  3. None of the above

  4. Both 1 and 2

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Client-side validation can be easily bypassed by attackers using browser developer tools, disabling JavaScript, intercepting and modifying requests, or directly calling APIs. Server-side validation is essential for security as it cannot be bypassed by client-side manipulation.