Android : Capturing HTTP Requests with non-rooted android device

后端 未结 8 1109
说谎
说谎 2020-12-12 10:30

I have an android application which uses a third party jar in it. Http request is sent from third party jar to server when application is running. I need to capture HTTP R

8条回答
  •  庸人自扰
    2020-12-12 10:47

    You can use fiddler as webdebugger http://www.telerik.com/fiddler/web-debugging

    Fiddler is a debugging tool from telerik software, which helps you to intercept every request that is initiated from your machine.

提交回复
热议问题