<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Configuration Http Proxies in WCF</title>
	<atom:link href="http://kennyw.com/work/indigo/106/feed" rel="self" type="application/rss+xml" />
	<link>http://kennyw.com/work/indigo/106</link>
	<description>Kenny Wolf</description>
	<lastBuildDate>Thu, 02 Feb 2012 02:21:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kenny</title>
		<link>http://kennyw.com/work/indigo/106/comment-page-1#comment-195149</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Tue, 09 Mar 2010 09:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://kennyw.com/indigo/106#comment-195149</guid>
		<description>Wout, you should look at the comment thread here: http://kennyw.com/indigo/143</description>
		<content:encoded><![CDATA[<p>Wout, you should look at the comment thread here: <a href="http://kennyw.com/indigo/143" rel="nofollow">http://kennyw.com/indigo/143</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wout</title>
		<link>http://kennyw.com/work/indigo/106/comment-page-1#comment-188605</link>
		<dc:creator>Wout</dc:creator>
		<pubDate>Tue, 15 Dec 2009 13:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://kennyw.com/indigo/106#comment-188605</guid>
		<description>So if I understand correctly, there is no way to specify username/password just for the http proxy like it worked in .NET 2.0 (things did work and also understandably back then!). Why was this behavior broken?</description>
		<content:encoded><![CDATA[<p>So if I understand correctly, there is no way to specify username/password just for the http proxy like it worked in .NET 2.0 (things did work and also understandably back then!). Why was this behavior broken?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WCF Proxy Server settings not working &#124; keyongtech</title>
		<link>http://kennyw.com/work/indigo/106/comment-page-1#comment-156368</link>
		<dc:creator>WCF Proxy Server settings not working &#124; keyongtech</dc:creator>
		<pubDate>Sun, 18 Jan 2009 16:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://kennyw.com/indigo/106#comment-156368</guid>
		<description>[...] more info about the background of the proxy settings in WCF:  #Configuration Http Proxies in WCF http://kennyw.com/indigo/106  #Setting Credentials for your HTTP Proxy http://kennyw.com/indigo/143  Sincerely,  Steven Cheng  [...]</description>
		<content:encoded><![CDATA[<p>[...] more info about the background of the proxy settings in WCF:  #Configuration Http Proxies in WCF <a href="http://kennyw.com/indigo/106" rel="nofollow">http://kennyw.com/indigo/106</a>  #Setting Credentials for your HTTP Proxy <a href="http://kennyw.com/indigo/143" rel="nofollow">http://kennyw.com/indigo/143</a>  Sincerely,  Steven Cheng  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny</title>
		<link>http://kennyw.com/work/indigo/106/comment-page-1#comment-101274</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Sat, 03 May 2008 18:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://kennyw.com/indigo/106#comment-101274</guid>
		<description>If your IE settings are correct for hitting the terra server, then you shouldn&#039;t need any specific WCF proxy settings. The default of &quot;UseDefaultWebProxy = true&quot; will simply use the settings from IE by default</description>
		<content:encoded><![CDATA[<p>If your IE settings are correct for hitting the terra server, then you shouldn&#8217;t need any specific WCF proxy settings. The default of &#8220;UseDefaultWebProxy = true&#8221; will simply use the settings from IE by default</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://kennyw.com/work/indigo/106/comment-page-1#comment-96646</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 07 Apr 2008 11:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://kennyw.com/indigo/106#comment-96646</guid>
		<description>I&#039;m new to WCF and am trying to get a handle on LINQ via the walkthrough in MSDN which connects to http://terraserver.microsoft.com/TerraService2.asmx. However I am behind a corporate ISA firewall/proxy that requires authentication. I can surf the web with IE just fine so my default proxy settings are OK. but the following app.config settings still fail with: (407) Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied). The settings are the auto-generated ones with proxyCredentialType=&quot;Windows&quot;. I also added the impersonate bit just in case - not sure if it&#039;s relevant though.



    
        
    
    
        
            
                
                    
                    
                        
                        
                    
                
            
        
        
            
        
    


I assume I am not setting the proxy credentials correctly and would appreciate any pointers on how to do this...</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to WCF and am trying to get a handle on LINQ via the walkthrough in MSDN which connects to <a href="http://terraserver.microsoft.com/TerraService2.asmx" rel="nofollow">http://terraserver.microsoft.com/TerraService2.asmx</a>. However I am behind a corporate ISA firewall/proxy that requires authentication. I can surf the web with IE just fine so my default proxy settings are OK. but the following app.config settings still fail with: (407) Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied). The settings are the auto-generated ones with proxyCredentialType=&#8221;Windows&#8221;. I also added the impersonate bit just in case &#8211; not sure if it&#8217;s relevant though.</p>
<p>I assume I am not setting the proxy credentials correctly and would appreciate any pointers on how to do this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kennyw.com &#187; Blog Archive &#187; Setting Credentials for your HTTP Proxy</title>
		<link>http://kennyw.com/work/indigo/106/comment-page-1#comment-5451</link>
		<dc:creator>kennyw.com &#187; Blog Archive &#187; Setting Credentials for your HTTP Proxy</dc:creator>
		<pubDate>Thu, 28 Sep 2006 03:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://kennyw.com/indigo/106#comment-5451</guid>
		<description>[...] In my earlier post on HTTP proxies I noted that all of our transport security implementations (including HTTP proxy authentication) leverage the shared WCF-wide credential provisioning framework. As a result, it&#8217;s pretty straightforward to configure your proxy credentials. I think what trips people up is that we don&#8217;t have a separate &#8220;ProxyCredentials&#8221; object. Rather, both the proxy authentication and the ultimate server authentication access credentials from the same location (such as ChannelFactory.Credentials). [...]</description>
		<content:encoded><![CDATA[<p>[...] In my earlier post on HTTP proxies I noted that all of our transport security implementations (including HTTP proxy authentication) leverage the shared WCF-wide credential provisioning framework. As a result, it&#8217;s pretty straightforward to configure your proxy credentials. I think what trips people up is that we don&#8217;t have a separate &#8220;ProxyCredentials&#8221; object. Rather, both the proxy authentication and the ultimate server authentication access credentials from the same location (such as ChannelFactory.Credentials). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny</title>
		<link>http://kennyw.com/work/indigo/106/comment-page-1#comment-3429</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Mon, 24 Jul 2006 05:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://kennyw.com/indigo/106#comment-3429</guid>
		<description>I&#039;d need to see you configuration (it seems to have gotten stripped in the comment) to know for sure. If you have the default settings then you will use what&#039;s in IE. Otherwise you need to remember to set defaultWebProxy=false as well as setting proxyAddress=&quot;http://myProxy&quot; from within your config on the basicHttpBinding or wsHttpBinding.</description>
		<content:encoded><![CDATA[<p>I&#8217;d need to see you configuration (it seems to have gotten stripped in the comment) to know for sure. If you have the default settings then you will use what&#8217;s in IE. Otherwise you need to remember to set defaultWebProxy=false as well as setting proxyAddress=&#8221;http://myProxy&#8221; from within your config on the basicHttpBinding or wsHttpBinding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil</title>
		<link>http://kennyw.com/work/indigo/106/comment-page-1#comment-3359</link>
		<dc:creator>Emil</dc:creator>
		<pubDate>Sun, 23 Jul 2006 04:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://kennyw.com/indigo/106#comment-3359</guid>
		<description>I am having the same issue. It ignores proxy settings and connects without the proxy.

Here is my client configuration:

			

				
					
				
				
			
		
	

  

</description>
		<content:encoded><![CDATA[<p>I am having the same issue. It ignores proxy settings and connects without the proxy.</p>
<p>Here is my client configuration:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny</title>
		<link>http://kennyw.com/work/indigo/106/comment-page-1#comment-725</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Fri, 21 Apr 2006 18:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://kennyw.com/indigo/106#comment-725</guid>
		<description>Hmm, we&#039;ve verified these settings in many different configurations. I&#039;ll take a look at your code.</description>
		<content:encoded><![CDATA[<p>Hmm, we&#8217;ve verified these settings in many different configurations. I&#8217;ll take a look at your code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Skonnard</title>
		<link>http://kennyw.com/work/indigo/106/comment-page-1#comment-717</link>
		<dc:creator>Aaron Skonnard</dc:creator>
		<pubDate>Fri, 21 Apr 2006 15:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://kennyw.com/indigo/106#comment-717</guid>
		<description>I was playing with these settings a while back, trying to get a proxy-based trace utility to work, and in every case it seemed to ignore my new settings. Any ideas?</description>
		<content:encoded><![CDATA[<p>I was playing with these settings a while back, trying to get a proxy-based trace utility to work, and in every case it seemed to ignore my new settings. Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

