IBM
C2180-279 · Question #19
A developer is debugging a form-based authentication and at a point the issue is narrowed down to the challengeHandler object. The following implementation describes the challenge handler: What is…
The correct answer is C. The variable reqURL cannot include the hostname and port. See the full explanation below for the reasoning.
Question
A developer is debugging a form-based authentication and at a point the issue is narrowed down to the challengeHandler object. The following implementation describes the challenge handler:
What is the problem with this challenge handler?
Exhibit
Options
- AThe user is not implementing the mandatory challenge handler functions submitFailure() and
- BThe user credentials should be sent to the server using a secured protocol.
- CThe variable reqURL cannot include the hostname and port.
- DThe function createChallengeHandler() is not properly invoked, it also takes the security test.
How the community answered
(34 responses)- A3% (1)
- B12% (4)
- C82% (28)
- D3% (1)
Community Discussion
No community discussion yet for this question.
