Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

INFO: XMLHTTPRequest Object Requires Internet Explorer 5.0 or Later


View products that this article applies to.

This article was previously published under Q285081

↑ Back to the top


Summary

The Microsoft XML Parser (MSXML) includes the XMLHTTPRequest object, which provides client-side protocol support for communication with HTTP servers. A client computer can use this object to send an arbitrary HTTP request, receive the response, and have the Microsoft XML Document Object Model (DOM) parse that response.

However, applications may fail when trying to use the XMLHTTPRequest object from a computer that has a version of the Internet Explorer browser prior to version 5.0, even if the correct version of MSXML parser is present. The following are examples of error messages that may be reported:
80004005 Unspecified Error
In Visual Basic:
80004005 Method "Open" of object "IXMLHTTPRequest" failed.
These errors occur because the XMLHTTPRequest object depends on components that are installed by Internet Explorer 5.0 or later to function correctly.

↑ Back to the top


More information

With MSXML 3.0 or later, a new ServerXMLHTTPRequest object is available as an alternative to XMLHTTPRequest. ServerXMLHTTPRequest is more robust and works well in server applications.

Supported platforms for ServerXMLHTTPRequest include Microsoft Windows 2000, or Microsoft Windows NT 4.0 with Internet Explorer 5.01 r later installed. ServerXMLHTTP fails on other platforms, such as Microsoft Windows 95 or Microsoft Windows 98.

↑ Back to the top


References

For more information on this object and other XML topics, see the following Microsoft Web site at:

↑ Back to the top


Keywords: KB285081, kbinfo

↑ Back to the top

Article Info
Article ID : 285081
Revision : 6
Created on : 6/4/2003
Published on : 6/4/2003
Exists online : False
Views : 399