Sign Up
Log In
Home
discussion
Exam 200-901 Question id=6273 Infrastructure and Automation

Fill in the blanks to complete the cURL command that invokes a RESTful API to retrieve a resource in JSON format using OAuth.
curl -X ______A______ -H " _____B_____: application/json" -H " ____C____: Bearer AbCdEf123456" https://localhost/api/myresource

A. GET
B. Accept
C. Authorization