سؤال

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

هل كانت مفيدة؟

المحلول

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top