concrete5 uses Synfony Component to create http response.
The Content-Type is application/json when it returns json response.
Unfortunately, Internet Explorer can not understand application/json content type correctly.
This fix to override Content Type header to 'text/plain' only for IE browser.
- application/bootstrap/autoload.php
- application/config/app.php
- application/src/Http/HttpServiceProvider.php
- application/src/Http/ResponseFactory.php