How to make the request to google search page to get a right result by program
peterson lee
Greenhorn
Joined: May 08, 2012
Posts: 1
posted
0
I writing a program to sent a request with my key words to google and get search result. but I always get image verify page from google, even only send one request. How to write the right code to make request and get right result?
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
0
You could use an HTTP monitor to see how your request differs from a browser request; apparently, they're not identical.
William Brogden
Author and all-around good cowpoke
Rancher