🎴 Flashcard Mode
Web Application Security and Security API Fundamentals
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Which of the following is NOT recommended for securing Web Applications against malicious users?
AnswerClick to flip back
A
Client side data validation
💡 Explanation:
Client-side validation can be bypassed by manipulating requests or disabling JavaScript. Security controls must enforce rules on the server where attackers cannot tamper with them. Options A (default-deny filtering), B (least privilege), and D (stored procedures) are valid security practices.