Its Not Okay Posted April 12, 2019 Share Posted April 12, 2019 What's the difference between using selenium with a proxy vs proxy with the captcha https://github.com/AndreiDrang/python3-anticaptcha. Am I better off implementing the proxy use directly into selenium or using the proxy anti-captcha method? Quote Link to comment Share on other sites More sharing options...
IDontEB Posted April 12, 2019 Share Posted April 12, 2019 If you're talking about providing a proxy for getting your captcha solved, then just do the proxyless mode and don't worry about it since some proxies are blocked by google and won't work. Quote Link to comment Share on other sites More sharing options...
Naked Posted April 12, 2019 Share Posted April 12, 2019 1 hour ago, IDontEB said: If you're talking about providing a proxy for getting your captcha solved, then just do the proxyless mode and don't worry about it since some proxies are blocked by google and won't work. Can confirm this. Anti-captcha won't load on some proxies. Had a hell of a time figuring this out. Quote Link to comment Share on other sites More sharing options...
Impensus Posted April 12, 2019 Share Posted April 12, 2019 7 hours ago, Naked said: Can confirm this. Anti-captcha won't load on some proxies. Had a hell of a time figuring this out. Yeah I think similar can happen with 2captcha occasionally, can't remember fully though. As long as your sending your requests to the OSRS servers through a proxy then you don't need a proxy for the captcha service. Quote Link to comment Share on other sites More sharing options...