does anybody know, how google and some other sites has managed to stop direct xmlhttp requests .
Why the following script doesn't work?
Set objXML = CreateObject("MSXML2.ServerXMLHTTP")
objXML.Open "GET" , "http://www.google.com/search?hl=el&q=travel&meta=" , False ,"",""
objXML.Send strOpen = objXML.ResponseText
response.write stropen