<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Configuration Http Proxies in WCF</title>
	<link>http://kennyw.com/indigo/106</link>
	<description>Kenny Wolf's Thoughts of the Moment</description>
	<pubDate>Tue, 06 Jan 2009 04:56:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Kenny</title>
		<link>http://kennyw.com/indigo/106#comment-101274</link>
		<author>Kenny</author>
		<pubDate>Sat, 03 May 2008 18:16:42 +0000</pubDate>
		<guid>http://kennyw.com/indigo/106#comment-101274</guid>
		<description>If your IE settings are correct for hitting the terra server, then you shouldn't need any specific WCF proxy settings. The default of "UseDefaultWebProxy = true" 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/indigo/106#comment-96646</link>
		<author>Jason</author>
		<pubDate>Mon, 07 Apr 2008 11:36:23 +0000</pubDate>
		<guid>http://kennyw.com/indigo/106#comment-96646</guid>
		<description>I'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="Windows". I also added the impersonate bit just in case - not sure if it'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 - 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/indigo/106#comment-5451</link>
		<author>kennyw.com &#187; Blog Archive &#187; Setting Credentials for your HTTP Proxy</author>
		<pubDate>Thu, 28 Sep 2006 03:10:46 +0000</pubDate>
		<guid>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>[&#8230;] 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). [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny</title>
		<link>http://kennyw.com/indigo/106#comment-3429</link>
		<author>Kenny</author>
		<pubDate>Mon, 24 Jul 2006 05:10:07 +0000</pubDate>
		<guid>http://kennyw.com/indigo/106#comment-3429</guid>
		<description>I'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's in IE. Otherwise you need to remember to set defaultWebProxy=false as well as setting proxyAddress="http://myProxy" 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/indigo/106#comment-3359</link>
		<author>Emil</author>
		<pubDate>Sun, 23 Jul 2006 04:28:22 +0000</pubDate>
		<guid>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/indigo/106#comment-725</link>
		<author>Kenny</author>
		<pubDate>Fri, 21 Apr 2006 18:09:44 +0000</pubDate>
		<guid>http://kennyw.com/indigo/106#comment-725</guid>
		<description>Hmm, we've verified these settings in many different configurations. I'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/indigo/106#comment-717</link>
		<author>Aaron Skonnard</author>
		<pubDate>Fri, 21 Apr 2006 15:03:10 +0000</pubDate>
		<guid>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>
