Johan Corveleyn wrote on Wed, Apr 11, 2012 at 13:43:57 +0200: > If anyone has any suggestions on capturing network traffic on > localhost on Windows XP ... I'm all ears. > > Maybe the easiest thing to do is to set up Apache on a second machine, > so I don't have to go over the loopback device ... >
One option: don't use the loopback device, use some other interface. That is, have httpd listen on 0.0.0.0 and pass --url=http://192.168.9.199 to foo_tests.py, where 192.168.9.199 is your externally-visible IP address.