Opened 13 years ago
Closed 13 years ago
#5938 closed bug (invalid)
jQuery.ajax with binary result raises "parsererror" on IE6
Reported by: | mitchell | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4.2 |
Component: | ajax | Version: | 1.2.6 |
Keywords: | ie6 ajax parsererror binary | Cc: | |
Blocked by: | Blocking: |
Description
When making a request using jQuery.ajax to a URL which yields binary data under IE6, the request fails with "parsererror" as the textStatus, even with dataType set to "text" so no automatic type detection should take place.
Works fine under other browsers.
Note: See
TracTickets for help on using
tickets.
Need a test case.