Q. Which of the following is NOT recommended for securing Web applications against authenticated users? (Solved)
1. Client-side data validation
2. Filtering data with a default deny regular expression
3. Running the application under least privileges necessary
4. Using parameterized queries to access a database
- a. Client-side data validation