如何使用 Fiddler 通过 Android 模拟器跟踪 https url?
我想在我的 android 应用程序中使用 Flurry,我已经创建了一个帐户,获取了 api 并使用该 api,我可以在 FlurryAgent 中使用 onEvent 方法。
现在我想在 fiddler 中跟踪这些调用进行检查,我能够跟踪 http 调用,但 https 调用失败。
我执行了以下操作,
更改了 Fiddler 和 Firefox 中的 SSL 设置,因此如果我在 Firefox 浏览器中打开任何 https url,则会对其进行跟踪,但我无法通过 Android 模拟器跟踪调用。
我已经更改了此链接中给出的模拟器设置 http://auir.wordpress.com/2010/03/22/tutorial-getting-android-emulator-working-with-fiddler-http-proxy-tool/ 即使它不起作用。
I want to use Flurry in my android app, I have created an account, got api and using that api and I can use onEvent methods in FlurryAgent.
Now I want to track those calls in fiddler to check, I am able to trace the http calls, but https calls are getting failed.
I did the following,
Changed the SSL settings in Fiddler and Firefox, so if I open any https urls in Firefox browser then it's tracked, but I am not able to track the calls through Android emulator.
I have changed the emulator settings like given in this link http://aurir.wordpress.com/2010/03/22/tutorial-getting-android-emulator-working-with-fiddler-http-proxy-tool/
even though it is not working.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您始终可以使用 wireshark 而不是 fiddler。
它易于使用,您不需要任何特殊设置
you can always use wireshark instead of fiddler.
it easy to use and you dont need any special settings