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 developer creates an application that must provide an encrypted connection or API keys. The keys will be used to communicate with a REST API. Which command must be used for the secure connection?
Correct Answer: C
To provide an encrypted connection when using API keys to communicate with a REST API, the connection must use HTTPS. The curl command with the -X GET option and an HTTPS URL ensures that the communication is encrypted, protecting the API key and data in transit. Reference: Cisco DevNet Secure API Communication