11-12-2024 10:57 AM
Hello,
When running the attached script, I am running in the following issues:
response = requests.get(ip + dn, headers=headers, auth=auth, verify=false)
NameError: name 'headers' is not defined
During handling of the above exception, another exception occurred:
Solved! Go to Solution.
11-12-2024 11:26 AM
@Netmart your errors are being seen in your script indicate that the variables are not defined before they are used.
Hope this helps.
11-12-2024 11:26 AM
@Netmart your errors are being seen in your script indicate that the variables are not defined before they are used.
Hope this helps.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide