Resource interpreted as Document but transferred with MIME type application/json warning in Chrome Developer Tools
I was facing the same error. The solution that worked for me is: From the server end, while returning JSON response, change the content-type: text/html Now the browsers (Chrome, Firefox and IE8) do not give an error.