Multiple choice technology web technology What is the message generated for HTTP status code '401'? Unauthorized Forbidden Found 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.