The web development team has a new application that needs to be assessed from a security standpoint. When the third-party testing team presents their test cases, they mention that an HTTP interceptor is one of the tools they will utilize. Which of the following issues would this be most suitable to test for?
A. open ports
B. input validation of a form
C. access control
D. performance under stress
B
Explanation: HTTP interceptors are tools that can be used to introduce invalid input to see if the application performs proper input validation.
Computer Science & Information Technology
You might also like to view...
Misuse of they're, there, and their is flagged as a(n) ________ violation and underlined with blue wavy lines
Fill in the blank(s) with correct word
Computer Science & Information Technology
Use a list comprehension to display the numbers from 1 through 30 inclusive that are divisible by 3.
What will be an ideal response?
Computer Science & Information Technology