This is a discussion on Difference between XMLHTTP and Server XMLHTTP? within the XML and SOAP forums, part of the Web Development category; Hi friends, Can any one expalin the basic difference between XMLHTTP and Server XMLHTTP? Thanks devarajan.V...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| XMLHTTP, a COM-wrapper around the classing WinInet library is designed to be used on the client-side to send HTTP requests to the server. Whereas, ServerXMLHTTP was introduced in MSXML 3.0 to support server-safe HTTP access. ServerXMLHTTP is based on WinHTTP, a new HTTP protocol stack, designed to be used on the server-side to send HTTP requests. |
| |||
| hi, XMLHTTP is designed for client applications and relies on URLMon, which is built upon Microsoft Win32 Internet (WinInet). ServerXMLHTTP is designed for server applications and relies on a new HTTP client stack, WinHTTP. ServerXMLHTTP offers reliability and security and is server-safe.
__________________ Venkat knowledge is Power |
| |||
| 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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/xml-soap/2791-difference-between-xmlhttp-server-xmlhttp.html | |||
| Posted By | For | Type | Date |
| Difference between XMLHTTP and Server XMLHTTP? | Web Hosting | This thread | Refback | 08-22-2007 11:18 AM |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Difference Between Exec() and sp_executesql in Sql Server | vadivelanshanmugam | Database Support | 0 | 01-19-2008 02:18 AM |
| What is the difference between Server.Transfer and Response.Redirect?.. | H2o | ASP and ASP.NET Programming | 4 | 11-22-2007 04:25 AM |
| What is the difference between UNION and UNIONALL in SQL Server? | bluesky | Database Support | 1 | 07-25-2007 04:53 AM |
| Difference between Web Services and Client Server Environment | vigneshgets | Software Testing | 1 | 05-17-2007 04:09 AM |
| Difference between Client-Server & Web Testing | vadivelanvaidyanathan | Software Testing | 0 | 03-14-2007 04:51 AM |