I am reading Google search response in my Java code using Apache Http Client using HttpGet
method, but after some time Google sends the captcha verification. After Google sends the Captcha verification, I get nothing rather than captcha.
How can I prevent my code from captcha verification?