You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the 'query_client.py' doesn't support Proxy. is there anyway to use proxy with the query_client?
I tried to add Proxy but now i dont know where is the Problem (Client ID or Proxy).
Hi,
I noticed that the 'query_client.py' doesn't support Proxy. is there anyway to use proxy with the query_client?
I tried to add Proxy but now i dont know where is the Problem (Client ID or Proxy).
proxies = {"http": "127.0.0.1:3128", "https": "127.0.0.1:3128"}
request_id = request_snapshot(request_data)
r = requests.get(**request_data, proxies=proxies)
Thanks!
The text was updated successfully, but these errors were encountered: