[issue40362] AbstractBasicAuthHandler does not support the following scheme: 'Bearer'
Paul Stoner added the comment: --4/22/2020 09:36 I disconnected from my corporate vpn and ran the script over my private network with the same result -- ___ Python tracker <https://bugs.python.org/issue40
[issue40362] AbstractBasicAuthHandler does not support the following scheme: 'Bearer'
New submission from Paul Stoner : I found this issue when running an ansible playbook. In the playbook we go out to Azure Artifacts to download a customer jar to be deploy with a web application. After some digging, I found the error comes from the request class in the urllib library