简体   繁体   中英

How can I decode ajax request's response?

I'm using Telegram web version. Here is a screenshot of it:

在此处输入图片说明

As you see in the image above, all ajax requests' responses are made of vague characters. I mean the response contains unknown characters. For example I've received Text3 as a new comment, but I cannot see it (the word o Test3 ) in the ajax response. I've tested all responses, all of them look the same.

Anyway, do you know how can I decode it? I mean how can I convert them to English characters?

Try checking the response headers for the content encoding or the Content-Type. That may help in figuring out the encoding used by the server.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM