Ticket #3213 (closed bug: duplicate)
Microsoft.XMLHTTP ActiveX object doesn't work, but other ones do
| Reported by: | cmcnulty | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | ajax | Version: | 1.2.6 |
| Keywords: | xmlhttp | Cc: | |
| Blocking: | Blocked by: |
Description
We have a client that uses thin clients/Terminal Services (Win 2000) and IE6 with non-administrator users (I say all this because I'm not sure what's causing the problem), for whom:
new ActiveXObject("Microsoft.XMLHTTP")
throws an error, and yet:
new ActiveXObject("MSXML2.XMLHttp.5.0")
does not throw an error. There for I'd like to patch ajax.js such that it tries other MSXML strings after Microsoft.XMLHTTP before giving up. It works such that if a user isn't currently exhibiting any problems the behavior should not change at all.
See patch, which is to the current ajax.js
Attachments
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.


patch to ajax.js