Async requests library with NTLM auth support?

Albert-Jan Roskam sjeik_appie at hotmail.com
Tue Jun 1 16:25:02 EDT 2021


   Hi,
   I need to make thousands of requests that require ntlm authentication so I
   was hoping to do them asynchronously. With synchronous requests I use
   requests/requests_ntlm. Asyncio and httpx [1] look promising but don't
   seem to support ntlm. Any tips?
   Cheers!
   Albert-Jan
   [1] https://www.python-httpx.org/


More information about the Python-list mailing list