Feature Request
Would it be possible to have a feature to make it work like a reverse/backconnect proxies?
By binding the local ports and rotating the proxies at every new request.
By binding the local ports and rotating the proxies at every new request.
So proxies would be like
127.0.0.1:5555
127.0.0.1:5556
127.0.0.1:5555
127.0.0.1:5556
127.0.0.1:5557 so on and each port gets a new working proxy from the proxy base.
it will be static in the 3rd party programs but the proxies will always be new and the projects in the 3rd party problems will yield better results.
I know this may be a long shot, but worth saying since @sven is a magician and can make impossible happen.
Comments
It would be nice if we could define a port range like 5555 to 5655 to get 100 ports listening.
Each port with a different proxy.
But not rotate on each request but after xx seconds.
Reason:
I have a software that can bypasses the cloudflare js challenge.
But for the next few requests the cookie+browser+ip combination has to be the same.
The problem: the software can't handle socks proxies and can't reload proxies from a list.
But these two things are then handled by GSA PS
So i could insert a list of 100 proxies (127.0.0.1:5555 to 5655), and set the xx seconds in GSA PS to that many seconds a typical run of the needed requests take plus some buffer.
Set the software to like 25 threads.
So it can switch the used proxy port after each use.
And when the software is reusing the first proxy again GSA PS has already switched to a new proxy.
Bonus: maybe start the countdown of the seconds with the first request to that port after switching
But i noticed the proxy behind every port is the same one.
Can we have a different proxy behind every port?
port 1: proxy A
port 2: proxy A
After time defined "on use new proxy each"
port 1: proxy B
port 2: proxy B
Expected:
port 1: proxy A
port 2: proxy B
After time defined "on use new proxy each"
port 1: proxy C
port 2: proxy D
To imitate what for example your sponsor has with it's 3 Minute and 15 Minute proxies. http://stormproxies.com/rotating_reverse_proxies.html
But with defineable time (3 min and 15 min is a bit long if the pool of proxies is not that big)
Usecase: like on my first request said:
Tool with xx bots/threads.
All doing requests to the same site. (protected by cloudflare)
Each bot needs for xx seconds the same proxy for some time/some requests.
(as CF clearance aquired by the first request is for a specific IP+Useragent+Cookie combination for the followup requests)
What i can tell from a first quick test it looks great.
Thank you.