Closed bashar-ait closed 3 years ago
@bashar-ait in version 1.5 there is new option to pass custom requests.Session
, that should solve your issue, see this howto example code: https://github.com/Salamek/huawei-lte-api/blob/master/examples/connect_with_proxy.py
Hello there,
How can i send an API request through a proxy? just like how we can using requests package.
requests.get(url,proxies=proxies)
Is there a way to do the same with the api?