-- Exhibit
-- Exhibit --
Refer to the exhibit.
A user is unable to access an application.
What is the root cause of the problem?
-- Exhibit
-- Exhibit --
Refer to the exhibit.
A user is unable to access an application.
What is the root cause of the problem?
The exhibit shows multiple HTTP GET requests being sent, and the server responds with 'HTTP/1.0 401 Unauthorized' each time. The 401 status code indicates that the request has not been applied because it lacks valid authentication credentials for the target resource. This shows that the user failed authentication, which is why they are unable to access the application.
C - Correct The 401 (Unauthorized) status code indicates that the request has not been applied because it lacks valid authentication credentials for the target resource.
D could be correct as well as HTTP /1.1 requires a Host header to be specified even if it has a NULL value