Re: Difference between XMLHTTP and Server XMLHTTP? I believe that the XMLHTTP object is meant for use on a client and ServerXMLHTTP is meant for use on the server. The ServerXMLHTTP object uses a thread safe communications stack whereas I don't believe that the XMLHTTP object uses a thread safe communications stack. |