I am sending some data to the server and receiving the response as JSON. It is working in mozilla and chrome as expected. But In IE it is asking to download the file, instead parsing the JSON properly. Is there any way to fix this?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
try specifying a MIME type of
text/plainorapplication/jsonin the response. or just drop the.jsonextension from the url (try.txt, or.js, for instance).