Hello,
I have set up an upstream proxy that requires authentication. I'm using the Fiddler preference fiddler.defaultproxy to enter the IP address and port number.
Because this proxy requires authentication I'm also using fiddler.proxy.creds to store the user name and password in Base64 format as explained here: https://jegansblog.wordpress.com/2015/05/07/setup-fiddler-as-proxy-server-with-basic-authentication/
However, when I open a new browser window, I'm am getting the authentication prompt again:
Why is it not using the credentials stored in the fiddler.proxy.creds field?