(ISC)2
301B · Question #165
A client is attempting to log in to a web application that requires authentication. The following HTTP headers are sent by the client: `` GET /owa/ HTTP/1.1 Authorization: Basic…
The correct answer is D. The wrong authentication mechanism is being used. See the full explanation below for the reasoning.
Question
A client is attempting to log in to a web application that requires authentication. The following HTTP headers are sent by the client:
GET /owa/ HTTP/1.1
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
User-Agent: curl/7.26.0
Host: 10.10.0.14
Accept: */*
Accept-Encoding: gzip,deflate
The web server is responding with the following HTTP headers:
HTTP/1.1 401 Unauthorized
Content-Type: text/html
Server: Microsoft-IIS/7.5
WWW-Authenticate: NTLM
Date: Wed, 16 Aug 1977 19:12:31 GMT
Content-Length: 1293
The client has checked the login credentials and believes the correct details are being entered. What is the reason the destination web server is sending an HTTP 401 response?Options
- AThe username and password are incorrect.
- BThe server has an incorrect date configured.
- CThe client is using the wrong type of browser.
- DThe wrong authentication mechanism is being used.
How the community answered
(31 responses)- A3% (1)
- B3% (1)
- C10% (3)
- D84% (26)
Community Discussion
No community discussion yet for this question.