
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
Code Exchange Platform
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Connect with me https://bigevilbeard.github.io

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Connect with me https://bigevilbeard.github.io
