Specifying a proxy to use with DotNetOpenID
问题 I'm using DotNetOpenID to provide relying party OpenID support for our website. All external requests have to be brokered via a proxy server, and I'm looking for a way to tell DotNetOpenID to use this proxy. I know I can set up a global proxy config in web.config, but I currently only want this to apply to the calls made to the OpenID provider during authentication. Is this possible? 回答1: I ended up solving this by using specifying a proxy in web.config , with a bypasslist specified so only