Anorov/PySocks

Proxy server authentication with token

NannoSilver opened this issue · 2 comments

Nowadays many proxy servers are authenticating the user by a token or key, instead username and password.
Every request shall include the key, in a way similar to:
http://myproxyserver.com:51337/?apiKey=bW3ZXxHJdjfodhsfodshfoisdofwe6wjCU

Is there a way to authenticate with pysocks using such keys?

@sukhoi47 Have you been able to find a way?

@sukhoi47 Have you been able to find a way?

@schthms I moved to a proxy provider with authentication by username and password and and could implement in my app without the need of pysocks.