ExamGecko
Question list
Search
Search

Question 67 - 200-901 discussion

Report
Export

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”}

Answers
A.

header = {“Authentication”: “Bearer YOUR_TOKEN”}

B.

header = {“Authentication Bearer” : “YOUR_TOKEN”

Answers
B.

header = {“Authentication Bearer” : “YOUR_TOKEN”

C.

header = {“Authorization Bearer” : “YOUR_TOKEN”}

Answers
C.

header = {“Authorization Bearer” : “YOUR_TOKEN”}

D.

header = {“Authorization”: “Bearer YOUR_TOKEN”}

Answers
D.

header = {“Authorization”: “Bearer YOUR_TOKEN”}

Suggested answer: D
asked 07/10/2024
Laura G
57 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first