Valid 200-901 Dumps shared by ExamDiscuss.com for Helping Passing 200-901 Exam! ExamDiscuss.com now offer the newest 200-901 exam dumps, the ExamDiscuss.com 200-901 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 200-901 dumps with Test Engine here:
A REST API service requires authentication based on the username and password. The user "john" has the password "384279060" and the Base64 encoding of those credentials is "am9objowMTIzNDU2Nzg=". Which method completes an authentication request?
Correct Answer: D
For Basic Authentication in REST APIs, the Base64 encoded credentials must be included in the header of the HTTP request. The correct method is to include the following header in the request: Authorization: Basic am9objowMTlzNDU2Nzg= References: Cisco DevNet Associate Certification Guide, Chapter on REST API Authentication methods.