【发布时间】:2011-06-07 22:24:05
【问题描述】:
我使用Fiddler 来调试我的应用程序。每当响应被服务器压缩时,Fiddler 会显示不可读的二进制数据,而不是解压缩的响应:
/* Response to my request (POST) */
HTTP/1.1 200 OK
Server: xyz.com
Date: Tue, 07 Jun 2011 22:22:21 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.3.3
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Encoding: gzip
14
����������������
0
如何解压响应?
【问题讨论】:
标签: gzip fiddler compression