Hello Eric,
I have a service that's returning images over http which I can check with fiddler.
I've got an app that is calling the service with random data to see how the service responds.
What I'd like to do is put this app together with fiddler on a machine and show the imageview of fiddler on the screen.
It'd be great if the last request is always selected so I can see the image changing.
So I'm trying to achieve that fiddler automatically focuses on the last request.
Following your previous comment above, i've added the following line inside the OnBeforeRequest function:
oSession.oFlags["x-Builder-Activate"] = "1";
I then restarted fiddler.
However this doesn't seem to work for me.
Regards
Dieter