receiving xml from another website's call to ServerXMLHTTP post in classic asp
问题 I am writing both sides of an ASP-webpage to ASP-webpage conversation in which the originating webpage pushes information to the receiving webpage which then processes it and sends back a response. The originating webpage must use the code below to start the converstation: url = "www.receivingwebsite.com\asp\receivingwebpage.asp information = "UserName=Colt&PassWord=Taylor&Data=100" Set xmlhttp = server.Createobject("MSXML2.ServerXMLHTTP") xmlhttp.Open "POST", url, false xmlhttp