Multiple choice technology security

Which among the below indicate application error?

  1. 400 return code

  2. 500 return code

  3. 302 return code

  4. 200 return code

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

HTTP status codes indicate request outcomes. 500 (Internal Server Error) specifically indicates server-side application errors. 400 is client error, 302 is redirect, 200 is success - none indicate server application failure.