SumoLogic/sumologic-python-sdk

Requests do not follow 401 behind corporate proxy

enorasec opened this issue · 0 comments

When trying to get the appropriate API URL, the get statement in the _get_endpoint() function would not follow redirects even though it the default setting is to allow_redirects was set to true,

Only seen this on a windows 10 host behind a corporate proxy with SSL offloading. This does not happen on macOS with no custom ssl ca bundles or behind any proxies.