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 500 status codes specifically indicate server-side errors. These are application errors thrown during execution (exceptions, crashes, unhandled conditions), unlike 4xx codes which indicate client request problems.