Cross Domain Post - Losing POST Data
- by Tomas Beblar
I have 2 servers, both running R2 / IIS7 / ASP Classic sites (can't get around any of that)
Server A is making the follow calls:
Dim objXMLHTTP, xml
Set xml = Server.CreateObject("Msxml2.ServerXmlHTTP.6.0")
xml.Open "POST", templateName, false
xml.setRequestHeader "Content-Type", "application/xml"
xml.Send variables
Where the templateName is…