code base 5000
code base 5000

Reputation: 4102

Create a Proxy using Python to pass NTLM credentials to another Proxy

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!

Upvotes: 6

Views: 4423

Answers (1)

ctrl-alt-delete
ctrl-alt-delete

Reputation: 3862

Have you looked at these:

NTLM Authorization Proxy Server

Python NTLM

Upvotes: 2

Related Questions