Android : Capturing HTTP Requests with non-rooted android device

后端 未结 8 1101
说谎
说谎 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:52

    Set a https://mitmproxy.org/ as proxy on a same LAN

    • Open Source
    • Built in python 3
    • Installable via pip

提交回复
热议问题