http trace utility

倖福魔咒の 提交于 2019-12-04 06:19:19

问题


I need to trace/sniff http traffic from other machines (for example from my android phone or ios device). In the past I used MSSOAPT (described here http://www.devproconnections.com/article/net-framework2/microsoft-soap-trace-tool) and it was perfect, I need something similar, and now it should have syntax highlighting for json and be able to unzip content :).

I would like to tell my android to go to http://my.machine.home/Foo?bar and this proxy should forward this to other server such as http://google.com/Foo?bar and it should print complete trafic.

I would prefer if the solution would not require proxy configuration on my device, but just would forward all requests sent to the process.

and it does not have to be free


回答1:


Look at charle proxy it is very easy to use and has all your requirements fulfilled.




回答2:


If you are on Windows, Fiddler as a great free tool.

On other platforms, you could use the free and open-source WebScarab. The UI is not as easy to use as Fiddler, and although it runs on Windows, I rather prefer Fiddler there.



来源:https://stackoverflow.com/questions/12944862/http-trace-utility

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!