View Single Post
Old 09-17-2005, 03:44 AM   #248
AboutSledge
Junior Member
AboutSledge began at the beginning.
 
Posts: 7
Karma: 24
Join Date: Sep 2005
Quote:
Originally Posted by martinx


Hi there , when i call the following url in asp
url = "http://www.google.com/search?client=navclient-auto&ch=61482383574&features=Rank&q=info:http://www.msn.com"


set xmlhttp = CreateObject("MSXML2.ServerXMLHTTP")
xmlhttp.open "GET", url, false
xmlhttp.send ""
Response.write xmlhttp.responseText
set xmlhttp = nothing

iam get always the following error from google

Forbidden
Your client does not have permission to get URL /search?client=navclient-auto&ch=61482383574&features=Rank&q=info:http://www.msn.com from this server. (Client IP address: xxx.xxx.xxx.xxx)

Please see Google's Terms of Service posted at http://www.google.com/terms_of_service.html



Can anyone help me ?
Greetings
checksum error

ch=723887121954


http://www.google.com/search?client=...h=723887121954

Google Toolbar 3.0.125.1-big

http://www.gamesaga.net/pagerank.php?
AboutSledge is offline   Reply With Quote