demisto / demisto-py

Demisto Client for Python
Apache License 2.0
70 stars 41 forks source link

Support proxy auth #107

Closed anara123 closed 1 year ago

anara123 commented 1 year ago

Status

Ready

Related Issues

fixes: link to the issue

Description

Support proxy auth. Didn't add any unit tests since I haven't found a good way to mock an authenticated proxy server.

Tested the code via mitmproxy on my local pc. Was able to reproduce the issue.

image

Must have