How to stop browser to download "application/json" AJAX response as a file
- by codemeit
My firefox downloads the JSON response of an AJAX call as a file.
It's suppose to be handled by the JavaScript i.e. JSON object.
Can anyone explain how to stop this behavior or there is something I am missing.
Thanks.