Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for IE's handling of 204 status codes where it returns 1223 instead of 204. #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

milestinsley
Copy link
Contributor

IE 8 and 9 can not handle HTTP responses with status code 204 (No Content) properly. Code 1223 will be used instead.

Now, when this happens, we map it to 204.

This is a know bug, which is fixed in IE10 and is documented here: http://stackoverflow.com/questions/10046972/msie-returns-status-code-of-1223-for-ajax-request

I've tested this in IE 8 & 9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant