
09-10-2009
|
|
|
|
AJAX fails dismally...
Hi,
I'm using AJAX in a webgame I'm developing. However, I'm getting a number of
error messages. The most common ones I get are:
12002: ERROR_INTERNET_TIMEOUT
12007: ERROR_INTERNET_NAME_NOT_RESOLVED
12029: ERROR_INTERNET_CANNOT_CONNECT
12152: ERROR_HTTP_INVALID_SERVER_RESPONSE
The server, however, is reporting that these requests were received and
responded to with a "200 OK" status.
This implies that something is going wrong with the ActiveX control. Does
anyone know how to fix this?
|