lociero / League-of-Legends-Accounts-Creator

Accounts Creator for League of Legends.
160 stars 28 forks source link

Future Request: Add Authentication Proxy #16

Closed muratulashozturk closed 3 years ago

muratulashozturk commented 3 years ago

Hi, Is it possible to add authenticated proxy support for proxies? (IP:PORT:USER:PASS) Also can you please try to add HTTP support for proxies by using this package? https-proxy-agent Thanks.

lociero commented 3 years ago

@muratulashozturk Hello, I will add auth proxies for sure, but what about http(s).. its a head-scratcher, I was trying to use this package and it breaks event loop or something, some promises just never fulfill with that, also I tried to use built in http proxies feature in axios but here is another problem, only 1 / 100 proxies are working, and every time its a different one so you are not able to make a success request to riot api... Idk =)

muratulashozturk commented 3 years ago

Well, what about this superagent-proxy have you ever tried it?

lociero commented 3 years ago

@muratulashozturk I tried a lot of things, this included =)