Ver originalResponse.Buffer = True Dim objXMLHTTP, xml Set xml = Server.CreateObject("Microsoft.XMLHTTP") xml.Open "GET", "http://www.google.com", False xml.Send Cadena = CSTR(xml.responseText)