Question

I'm using Fiddler2 for checking and sniffing my apps request to rest server, It's work perfectly.

But in my last app I'm using Ion Library for Asynchronous Networking and Image Loading. When I create any request ( as POST -or- GET ), I can't monitor and see anything!!

Is anybody there that know how can handle this?! or cause of this issue?!

THanks

Was it helpful?

Solution

Did you follow the proxy configuration steps required? https://github.com/koush/ion#proxy-servers-like-charles-proxy

Ion.getDefault(context).configure().proxy("mycomputer", 8888);

You also need to ensure that Allow remote computers to connect setting is enabled in Tools > Fiddler Options > Connections.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top