I am trying to access a website that uses NTLM authentication. I have been successfully able to retrieve the content using the requests library in combination with requests-ntlm. However to use that I have to provide both username and password in the code or as an input from the user.
If I access the same site in any of my browsers I am not asked for anything, it just works. How can I avoid the need to enter the password using python ?