I have Android application uses Google TTS over this link http://translate.google.com/translate_tts?ie=UTF-8&tl=en&q=how%20are%20you But recently when my app requests above link it redirected to a web page says "Our systems have detected unusual traffic from your computer network. This page checks to see if it's really you sending the requests, and not a robot".
I think I have to use proxy to change request IP address and user agent every time I use the link. So how can I change them?