开发者

How to track https urls through Android emulator using Fiddler?

开发者 https://www.devze.com 2023-02-01 23:53 出处:网络
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.

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/开发者_StackOverflow中文版03/22/tutorial-getting-android-emulator-working-with-fiddler-http-proxy-tool/ even though it is not working.


you can always use wireshark instead of fiddler.

it easy to use and you dont need any special settings

0

精彩评论

暂无评论...
验证码 换一张
取 消