6

I have an issue where we have setup a NTLM proxy on the corporate level, but we have some code that we do not own that does not support NTLM proxies. Is there a way to create a proxy to automatically pass the NTLM information needed using Python?

I would prefer to be able to just stand up the proxy as needed when the script is run at given times.

Is this possible to do? Can anyone provide a sample on how to do this? Samples can be given in Python 3.4 or 2.7.

Thanks for reading!

code base 5000
  • 3,812
  • 13
  • 44
  • 73

1 Answers1

2

Have you looked at these:

NTLM Authorization Proxy Server

Python NTLM

ctrl-alt-delete
  • 3,696
  • 2
  • 24
  • 37