List of questions
Related questions
Question 332 - 200-901 discussion
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?
A.
curl –X PUSH ‘http://username.app.com/endpoint/?api_key=12345abcdef’
B.
curl –v ‘ftp://username.app.com/endpoint/?api_key=12345abcdef’
C.
curl –X GET ‘https://username.app.com/endpoint/?api_key=12345abcdef’
D.
curl –X GET ‘http://username.app.com/endpoint/?api_key=12345abcdef’
Your answer:
0 comments
Sorted by
Leave a comment first