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 is executed in the user's browser and can be easily bypassed by disabling JavaScript, modifying the client-side code, or intercepting and altering HTTP requests.