List of questions
Related questions
Question 67 - 200-901 discussion
Refer to the exhibit. A developer creates a Python script that queries Cisco Webex. When the script is executed, a 401 code is returned. After troubleshooting, the developer discovers that the service is missing privileges. Which change to the header in line 4 of the script results in the code 200?
A.
header = {“Authentication”: “Bearer YOUR_TOKEN”}
B.
header = {“Authentication Bearer” : “YOUR_TOKEN”
C.
header = {“Authorization Bearer” : “YOUR_TOKEN”}
D.
header = {“Authorization”: “Bearer YOUR_TOKEN”}
Your answer:
0 comments
Sorted by
Leave a comment first