跟踪每个api请求和响应

时间:2016-10-13 12:50:29

标签: javascript android web-services api open-source

我有一个Android应用程序正在使用Post API和Post API放在服务器上。 所以基本上我想记录或跟踪来自API的API的每个请求以及API的响应。

如果php中有任何开源脚本,或者根据我的要求帮助我,那么任何人都可以提供帮助。

此外:实际上我从服务器上看到了这一点并监视预期,例如有多少请求从客户端接收API的服务器,以及这些请求的响应。类似于跟踪客户呼叫和响应的其他内容的脚本。

例如:

sample-api.php   //Post API which are placed on server 
tracking.php  // tracking is a script or any project which tracks the sample-api.php how many time its call and what the response on that time.

mobile1-app  // is the mobile app which call API sample-api.php from server

感谢您的帮助

1 个答案:

答案 0 :(得分:0)

你想跟踪什么?响应时间?有效载荷本身? 不确定是否有用,但Moesif Api和Fiddler等工具可以跟踪生产或开发环境中的请求和响应有效负载。