The "common-functions" widget cannot be found.
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.