문제

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