fiddler中解决response乱码
response乱码可能是因为html被压缩了,没有解压缩,也可能是解压缩后使用的字体不对。还有一种现象是下载的图片在非imageview中查看导致。解决方法1:
如果在Response Raw 上方有“Response is encoded any may need to be decoded before inspection. click here to transfrom”提示,点击该提示。
解决方法2:
勾选工具栏中的“Decode”,自动解压缩
解决方法3:
在注册表HEKY_CURRENT_USER\Software\Microsoft\Fiddler2中添加一个字符串变量 HeaderEncoding = GB18030 然后重启
页:
[1]