HBE08 / httpfox

Automatically exported from code.google.com/p/httpfox
GNU General Public License v2.0
0 stars 0 forks source link

Interface with XML-RPC comms improvement #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We use XML-RPC a lot, on our site, so routinely use HTTP Fox to log the
communication between flash games and/or the site AJAX and the back end
server.  
HTTP Fox currently allows us to see the XML-RPC server .php page in the
grid, but to see the XML-RPC Method or response, we have to look in the
lower box, which means we can't copy and paste the conversation, into a
file somewhere, to analyse problems, we have to do it inside httpfox (when
it has cached the returned part of the conversation).  

It would be really useful if some part of the XML-RPC request and response
could be seen as part of the grid.  The Method-Call-Name would be obvious,
the response would have to be configurable.  

Many Thanks,

Original issue reported on code.google.com by siba...@gmail.com on 8 Sep 2009 at 9:30

GoogleCodeExporter commented 9 years ago

Original comment by pappkame...@gmail.com on 24 Aug 2010 at 3:51