Closed gbs098 closed 1 year ago
Find solution, no need more help can close ticket Thx
# ignore proxy
os.environ["no_proxy"] = "*"
The plugin itself does not have an explicit option to configure http proxies.
However the underlying library we use, requests
, configures its usage of proxies through environment variables, as it is documented here https://docs.python-requests.org/en/latest/user/advanced/?highlight=proxy#proxies
Unsetting these variables in the shell, or through os.environ
will force the requests library to connect directly.
Hello, how can ignore proxy? Have tried like what but dosen't work