I am having a problem in displaying json response using ajax in internet explorer. The other browsers displaying it correctly. But in internet explorer it is displayed as ??????.
Response Header is
Key Value
Response HTTP/1.1 200 OK
Server Apache-Coyote/1.1
Pragma no-cache
Cache-Control private, max-age=0, no-store, no-cache
Expires Fri, 22 Jan 2016 03:50:17 GMT
Cache-Control no-cache, no-store, max-age=0, must-revalidate
Pragma no-cache
Expires 0
X-XSS-Protection 1; mode=block
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Content-Type text/html;charset=UTF-8
Content-Length 145
Date Fri, 22 Jan 2016 03:50:17 GMT
But in Internet Explorer Response body is given as
{"data":null,"status":2,"message":"Request succeeded","errors":{"data1":"??????????????","data2":"??????????????"}}
In all other browsers it is displayed correctly