Using Charles proxy to decrypt googleapis.com

不羁岁月 提交于 2021-01-27 05:22:56

问题


I'm writing a app, which makes use of Google Play Services. I want to see that what all data is sent over to googleapis.com. I'm using Charles tool to intercept the data using SSL Proxy. But for some reason it doesn't seem to work for www.googleapis.com, android.googleapis.com. However, for other domains but above, I was able to see plain text data successfully. So, I know that I got SSL proxy in Charles configured right. I've followed this link to set up: here

Does anyone got it working so far?


回答1:


I think Google may be using another protocol like SPDY rather than HTTP for their docs. That might be a reason why this occurs.



来源:https://stackoverflow.com/questions/21739445/using-charles-proxy-to-decrypt-googleapis-com

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!