Jquery returns JSON data in IE browser prompts to download the problem _javascript tips

Source: Internet
Author: User
Today encountered jquery return JSON data, ie browser prompts to download the problem, when the data submitted after the return of the original JSON data, in the fire arc test Normal, but the Internet Explorer is always prompted to save, search on the internet, most of it is said that the contenttype set to "text/ XML "I tested the bottom, the return value is undefined,

Original return value set: Context. Response.ContentType = "Application/json";

Try: Context. Response.ContentType = "text/xml;"; Failed

Then I tried it: context. Response.ContentType = "Text/plain;charset=utf-8";

Success!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.