View Single Post
Old 06-30-2005, 04:31 AM   #244
martinx
Junior Member
martinx began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jun 2005
asp->pagerank



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
martinx is offline   Reply With Quote