Site Navigation

Tuesday, May 13, 2008

bug 122 - in IE an HTTP 204 status may magically become a 1223 status

Issue: #122
Affects: IE6, IE7, IE8?

If you send an XMLHttpRequest that only returns headers (e.g. no content), and you are looking for a 200 status, you'll end up getting a 204 status. In itself that's just fine, but in IE that status might become a 1223 status instead!


Known Workarounds: None. Adjust your response tests as needed to handle this additional IE status.



Related Issues: None.

Bug/Site Feedback |
Submit a bug