My PC is behind a corporate firewall/proxy. I would like to use Fiddler, or some other simple Forwarding Proxy, to make internet requests without the client application having to respond to proxy authentication requests. I.e. I want Fiddler to authenticate using the logged-in user's credentials on behalf of the client application.
In my specific case I have a locally running ASP.NET website that needs to call out to an internet service through the proxy but I don't want to have to set up the user that it is running as to be me or some other domain account. I want it to use Fiddler as a proxy and for Fiddler to authenticate with the upstream proxy.
This could be useful for many other applications such as command line tools for git, npm etc that need similar access.
Do you know if and how Fiddler can be configured to achieve this?
Perhaps there is some well known method of achieving this?