Feras wrote: > Is it possible to view what requests are made to external sites/ > servers by an app? > Basically I'd kind of like to throw an application (I did not make) > into a debugging type thing to see what requests (to where and what > data) it makes. This is to kind of ensure a third party app does what > it is saying, and isn't sending data elsewhere.
You can try Wireshark, which is the standard tool people seem to use for this sort of analysis. It may be easier if you can get the app installed on an emulator. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

