Changing username and password of fiddler proxy server
问题 I'm using Fiddler to setup a proxy server, but when enabling "Require Proxy Authorization" under the rules menu the username/password is always 1. How do I change the username/password? I tried changing oSession["X-AutoAuth"] = "username:password"; but it doesn't change the proxy credentials required. Can't find anything in the documentation regarding this... 回答1: The X-AutoAuth flag concerns what credentials Fiddler sends to an upstream server when automatically replying to an authentication