Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
auino's user avatar
  • 1,656
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.
Collin Anderson's user avatar