Handling right/wrong MIME types in IE
January 16, 2008 - 2:07am — mmenlove
| Project: | jFeed - RSS/ATOM feed parser |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
jFeed fails in opening rss feed if the feed has an invalid MIME type. For example if you had a xml file with Content-Type: application/rss+xml in the header. The problem is in the $.ajax call.
http://docs.jquery.com/Specifying_the_Data_Type_for_AJAX_Requests has the solution to handle in IE.
