原文连接:http://blog.csdn.net/quiet_girl/article/details/50577828

----------------------------------------------------------

有时候我们看到Response中的HTML是乱码的, 这是因为HTML被压缩了, 我们可以通过两种方法去解压缩。

解决方案1:点击Response Raw上方的"Response is encoded any may need to be decoded before inspection. click here to transform"。​

解决方案2:选中工具栏中的"Decode"。 这样会自动解压缩。

如下图:​

Fiddler中response乱码的解决方案

相关文章:

  • 2021-08-28
  • 2022-12-23
  • 2022-12-23
  • 2021-08-19
  • 2021-08-24
  • 2022-12-23
猜你喜欢
  • 2021-11-21
  • 2021-05-04
  • 2021-06-28
  • 2021-10-04
  • 2021-12-31
相关资源
相似解决方案