Chris Adams 1b6cf93474 Graceful handling of IE cross-domain AJAX failures
Prior to IE 10, XmlHttpRequest cannot be used for requests to a
different origin even when the target URL's CORS headers would allow
access (see http://caniuse.com/#feat=cors).

This is easy to miss in testing if you use a single origin during
testing but have a CDN or domain-sharding for production and will break
the error handler function passed to makeAjaxRequest() if that code
assumes it can access properties on the request object.

This adds a more informative pointer to Microsoft's documentation when a
security exception is raised.
2013-08-29 16:13:18 -04:00
..
2013-06-20 13:15:04 -07:00
2013-06-19 13:33:27 -04:00
2013-06-19 13:33:27 -04:00
2013-06-20 15:12:54 -04:00
2013-07-02 13:41:37 -07:00
2013-06-19 13:33:27 -04:00
2013-06-19 13:33:27 -04:00
2013-06-20 13:15:04 -07:00
2013-06-20 13:15:04 -07:00
2013-06-19 13:33:27 -04:00
2013-06-19 13:33:27 -04:00