On Sat, Feb 14, 2009 at 01:47, Ryan W <[email protected]> wrote: > > Does anybody have a good method for capturing HTTP traffic between app > engine (urlfetch) and the connections it makes, such as for API/Web > Service requests? I've been trying to set up the Charles debugging > proxy, but haven't been able to capture the traffic so far. I'm > familiar with the logging feature of app engine and have been using > that, but ideally would like a more seamless way to capture the data.
Where are the endpoints of the connection you are trying to debug? Is it originating from the dev appserver on your machine or from the production urlfetch service? Does the request go to a third-party web server or to one of your own servers? If you control one of the endpoints, you could use a packet sniffer such as Wireshark. I am not familiar with Charles but it looks like it should do the work, too. So it might be a configuration problem. Rereading the docs and making sure you understand how to make the requests go through the proxy might help. If it doesn't, the right place to ask for help is a Charles-specific help forum or their technical support. If you control neither of the connection endpoints, there is usually no way to see the live traffic. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
