msgraph-sdk-python
msgraph-sdk-python copied to clipboard
Using SDK with NTLM Proxy
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?