Page 1 of 1

Refer to the exhibit. The script returns an output of 401. To use the supplied URL, an HTTP GET request must be sent wit

Posted: Fri Jul 22, 2022 2:52 pm
by answerhappygod
Refer to the exhibit. The script returns an output of 401. To use the supplied URL, an HTTP GET request must be sent with an Authorization header. The header value is a base64 encoded concatenation of the username and password. Which action must be taken to return an output of 200?
Refer To The Ex 1
Refer To The Ex 1 (119.35 KiB) Viewed 62 times
A. Change the verify=False setting in the request to verify=True to enable HTTP Basic authentication.
B. Verify that the username and password values imported from the configuration file are still valid.
C. Insert an Authorization header with the values username:password from the supplied configuration file.
D. Modify the method from LOGIN to GET and supply the username:password value as JSON payload. Most Voted