@m4zuper Strange, as this is broken at least since 26.8.0 or something related to this. Hence I thought it's generally not working an concerns every user...
Currently using 27.6.2 on Windows 10, 64BG RAM, Ryzen 7 5800X. BAS is installed at the standard location on C drive. And it happens with every project I try to add this way. Okay, it's not that issue but it's convient to add a project with just one click.
I want to bypass already used proxy ip
-
I want to avoid using the same proxy IP more than once. I'm using a rotating proxy.
What I need is for each proxy request to send a different IP to BAS, for example, 129.3.43.2. However, once BAS has used an IP (e.g., 129.3.43.2), I don't want the browser to connect with this IP again in the future. Essentially, I want to bypass any IPs that have already been used by the proxy server."
-
@nomalafzal619 then, save it to some file, or list, and check if it has your ip, or not, what makes it difficult?
-
@clarabellerising can you explain how to do it
-
@nomalafzal619 how to do exactly what? create global/local var for thread /or file where you will write used ip's, that you can get by http request to ifconfig.com or similar sites, check if that list/string/file has string of gotten ip , if not => work, if it has => rotate proxy
what makes it difficult?