Multiple choice technology web technology

What is the message generated for HTTP status code '401'?

  1. Unauthorized

  2. Forbidden

  3. Found

  4. Internal Server Error

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

HTTP 401 status code means 'Unauthorized' - the client must authenticate itself to get the requested response. This is different from 403 'Forbidden' where the client is authenticated but lacks permission.