All Questions
2 questions
0
votes
1
answer
751
views
Python urllib2 request exploiting Active Directory authentication
I've got a Windows server (Navision) offering web access to its APIs through Active Directory authentication.
I'm trying to make a request to the web server through Active Directory authentication, by ...
1
vote
1
answer
3k
views
python http NTLM authentication using only standard library
I'm interested in a python implementation of http ntlm authentication without using the 3rd-party python ntlm library.