1.内容显示乱码
- 1.1.使用Charles抓包,text显示乱码,note提示如下
SSL Proxying not enabled for this host: enable in Proxy Settings, SSL locations
参考:https://blog.csdn.net/jiang_mingyi/article/details/78845956 - 1.2.在SSL Proxying添加 ip:port 正常
2.通过Charles获取入参
3.connect
CONNECT相当于客户端和服务器之间建立的一个隧道,而通过这个隧道的请求是加密的,所以CONNECT方式的请求使用抓包是抓不到的,更多http://blog.itpub.net/15480802/viewspace-1340982/