- Home
- All questions
- Question 145
CompTIA Security+ study material · question 145 of 611
A developer removes server-side validation because the form already validates in the browser. What is the flaw in this reasoning?
Show the answer
Answer: B. The attacker controls the client and can send any request they choose
Client-side validation is a usability feature. Nothing stops a request being crafted directly against the endpoint.
Source: OWASP Input Validation Cheat Sheet (OWASP) — OWASP Input Validation Cheat Sheet › Introduction