Which line of code should you insert at the blank line?

Refer to the exhibit. To make this code work properly, which line of code should you insert at the blank line?

A. r = requests.get(url, headers=header, verify=False)
B. r = requests.post(url, data:payload, headers:header, verify:False)
C. r = requests.post(url, data=payload, headers=header, verify=False)
D. r = requests(method=”POST”, url, data=payload, headers=header, verify=False)

cisco-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.