IBM
C2150-199 · Question #86
Directories containing sensitive files must be hidden from the user. What is the best way to hide the existence and content of such a directory?
The correct answer is D. configure your Web server to issue a response: 404 - Not Found. See the full explanation below for the reasoning.
Question
Directories containing sensitive files must be hidden from the user. What is the best way to hide the existence and content of such a directory?
Options
- Aconfigure your Web server to issue a response:403 ?Access forbidden
- Bconfigure your Web server to issue a response: 302 - Redirect to home
- Clist the directory contents
- Dconfigure your Web server to issue a response: 404 - Not Found
How the community answered
(29 responses)- A3% (1)
- B7% (2)
- C10% (3)
- D79% (23)
Community Discussion
No community discussion yet for this question.