Returning Object from Classic Asp
问题 I am using Classic Asp to build request to a url which is successful now the problem is that I want to return the Request object from the function and getting the following problem: Object doesn't support this property or method, How can I do it ? Set objSrvHTTP = Server.CreateObject ("Msxml2.ServerXMLHTTP.3.0") objSrvHTTP.open "POST","Https://",False,"","" objSrvHTTP.SetRequestHeader "Content-Type", "text/xml" objSrvHTTP.SetRequestHeader "Authorization", "Basic " & EncodeBase64("sales