I am trying to connect to a server and i am sending new connection requests every 10 seconds..
(in order to connect to another url each time.. for example
www.someUrl.com/page1 and
www.someUrl.com/page2 etc)...
The problem is that i am getting always a human verification request (every 1 min or something like that)..
First i thought of trying to connect every 30 secs or even 1 min.. but the result is the same (with some delay of the human verification req)...
Now i am thinking if it possible to use a proxy that will change the outer ip (that the server gets) every X (dont care) seconds, i order to avoid getting the verification requests...
if it is possible, how can i do that? i am writing my code in java using netbeans...