Is there a way to get Mechanize to use multiple proxies or rotate proxies for each request?
agent.set_proxy(addr, port, user = nil, pass = nil)
sets up a proxy, is there a way I could set this to change during each request?
Is there a way to get Mechanize to use multiple proxies or rotate proxies for each request?
agent.set_proxy(addr, port, user = nil, pass = nil)
sets up a proxy, is there a way I could set this to change during each request?