Is it possible to force a specific windows application to use a proxy [address:port] so I can direct its traffic through my FiddlerCore app to analyze?
I could set FiddlerCore as the system-wide proxy, but I don't want to capture all traffic, but rather from a specific application.
Unfortunately, I'm unable to change the proxy settings within the application itself.
Thanks
A lot of applications allow to manually set a proxy in it's settings/preferences. If the application does not allow so you can only set Fiddler as system wide proxy and filter for the process you want to inspect network traffic on.
Fiddler can filter the traffic based on the application that creates it.
Check the Filter tab and use the option Show only traffic from to select the process you want to capture.