So I'm trying to download a file from vsearch.cisco.com using python
[Python]
[/ Python]
My error ValueError: AbstractDigestAuthHandler does not know about the main
I tried using basic HTML authorization handlers and even HTTPS handlers. Nothing gives me access. However, this error is different from all other errors. Other errors are just 401 HTML errors
Any suggestions on how to do this?
source share