How can I capture traffic from the Android emulator to a local webserver? Can I use Fiddler?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found out a way to capture the traffic thanks to EricLaws comment.
I had to use a reverseproxy and write a FiddlerScript rule. I added the following line
in the OnBeforeRequest function.
In my Android code I’m using the address 10.0.2.2:8888 to reach localhost:8082. Works great!