in reply to Re: Proxy link rotation
in thread [Resolved]Proxy link rotation
1. Not working:
When I try to use a random array element for rotation, proxy is going directly without parent proxies at all, but when I'm copying\pasting any element of "@valid_routes" array into my code and use it directly, everything is going ok, proxy is used for serving requests. In other words:
If I'm using:$cur_proxy$j - it's not working
http://111.111.111.111:12345/ - it's working. This IP was pasted from simple .txt file. As far as I can see this should prove that request is being prepared, authorization on parent proxy is going Ok, and approach used for rotation of UserAgent string may be right. Also I checked @valid_routes, it's filled before each request.
So now I'm just running out of ideas, what it might be.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Proxy link rotation
by JavaFan (Canon) on Jan 27, 2012 at 23:16 UTC | |
by kazak (Beadle) on Jan 28, 2012 at 08:50 UTC | |
by JavaFan (Canon) on Jan 28, 2012 at 12:07 UTC |