We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d477ab commit 0ced4cbCopy full SHA for 0ced4cb
msal/mex.py
@@ -41,9 +41,7 @@ def _xpath_of_root(route_to_leaf):
41
42
43
def send_request(mex_endpoint, http_client, **kwargs):
44
- mex_document = http_client.get(
45
- mex_endpoint, headers={'Content-Type': 'application/soap+xml'},
46
- **kwargs).text
+ mex_document = http_client.get(mex_endpoint, **kwargs).text
47
return Mex(mex_document).get_wstrust_username_password_endpoint()
48
49
0 commit comments