msgraph-sdk-python icon indicating copy to clipboard operation
msgraph-sdk-python copied to clipboard

Using SDK with NTLM Proxy

Open grempass opened this issue 2 years ago • 0 comments

I am trying to run my code using a NTLM proxy and checking if we can have our api calls from the SDK support extended request package like requests-ntlm2 https://pypi.org/project/requests-ntlm2/ as I would need use the HTTP Connect Usage use case to authenticate with our NTLM Proxy.

Is the request session in the sdk expose for us to manipulate?

grempass avatar Nov 21 '23 05:11 grempass