我正在使用Fiddler2来检查和嗅探我的应用程序请求以休息服务器,它完美无缺。
但是在我的上一个应用程序中,我正在使用Ion Library for Asynchronous Networking and Image Loading。当我创建任何请求(作为POST -or-GET)时,我无法监视并查看任何内容!!
有人知道如何处理这个问题?!或者这个问题的原因?!
感谢
答案 0 :(得分:1)
您是否遵循了所需的代理配置步骤? https://github.com/koush/ion#proxy-servers-like-charles-proxy
Ion.getDefault(context).configure().proxy("mycomputer", 8888);
您还需要确保在工具>中启用Allow remote computers to connect
设置提琴手选项>连接。