0

Are there any tools on mac (other than charlesproxy) or programming techniques to view the entire content of each httprequest and response originating from an android application.

I tried printing them but then the httpresponse gets consumed if I do that.

Cody S
  • 4,744
  • 8
  • 33
  • 64
user1270175
  • 243
  • 3
  • 8

1 Answers1

0

If you do not wish to use Charles Proxy consider some Java or Python based logging proxies. One that I had seen a few years ago was Grinder (Java based). Here is the page that shows how to start it. And here is the home page.

For a Python based proxy check this discussion seriously simple python HTTP proxy? and this one Python proxy.. A simple one!.

Community
  • 1
  • 1
Y123
  • 915
  • 13
  • 30