Multiple choice technology testing

Client side validation is advised for enforcing the security

  1. True

  2. False

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

Client-side validation can be easily bypassed by disabling JavaScript, modifying browser requests, or using tools like curl. For security enforcement, server-side validation is mandatory as it cannot be circumvented by users.