Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
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.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Need a test case.