I have a Windows 7 host machine running Fiddler and a Ubuntu VirtualBox guest. On the host I'm running a client app (native, not .NET or Java) that allows me to set the server name and port but there are no proxy setting options. It's connecting to a REST server running in the Ubuntu guest.
It works fine making calls into and out of the guest but I haven't been able to get Fiddler to log the traffic. I tried setting up a Rule (though I'm not sure I did it correctly) and tried instructions for using Fiddler as a reverse proxy and setting up an outgoing port on the Ubuntu machine without success.
If I point the client to 127.0.0.1 and port 8888 I can see the first request but that's about it (and the client obviously doesn't work configured like this).
Does someone know what steps I can take to get Fiddler logging the traffic?