每当我尝试从特定主机调试HTTPS流量(在我的
Android手机上)时,我在fiddler检查器窗口中收到以下错误消息.
- After the client received notice of the established CONNECT,it Failed to send any data.
你能告诉我,我做错了什么吗?我在我的三星galaxy s2上调试网络请求.在Web会话窗口中,我可以看到所有请求.在检查器窗口中,我得到这样的东西:
- CONNECT example-site.com:443 HTTP/1.1
- Host: example-site.com
- User-Agent: Dalvik/1.6.0 (Linux; U; Android 4.0.4; GT-I9100 Build/IMM76L)
- Connection: Keep-Alive
- After the client received notice of the established CONNECT,it Failed to send any data.
响应如下:
- HTTP/1.1 200 Connection Established
- FiddlerGateway: Direct
- StartTime: 12:39:43.452
- Connection: close
我成功为decrpyt https安装了fiddler根证书.同时从pc chrome浏览器中调整相同的Web流量也可以正常工作(我可以详细查看请求/响应SOAP / REST主体). pc到android的区别在哪里?