<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>chillijam.co.uk &#187; 407</title>
	<atom:link href="http://chillijam.co.uk/tag/407/feed/" rel="self" type="application/rss+xml" />
	<link>http://chillijam.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 28 Jan 2021 10:32:11 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>HTTP Error 407 &#8211; Proxy authentication required</title>
		<link>http://chillijam.co.uk/2008/10/06/http-error-407-proxy-authentication-required/</link>
		<comments>http://chillijam.co.uk/2008/10/06/http-error-407-proxy-authentication-required/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 11:54:48 +0000</pubDate>
		<dc:creator><![CDATA[Marc]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[407]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://chillijam.co.uk/?p=164</guid>
		<description><![CDATA[Recently I deployed an application into the live environment at work and all was running smoothly until a proxy setting change suddenly stopped the app being able to talk to the outside world. I didn&#8217;t much fancy having to rework the code to allow proxy authentication, so I did a bit of searching on Google, &#8230; <a href="http://chillijam.co.uk/2008/10/06/http-error-407-proxy-authentication-required/" class="more-link">Continue reading <span class="screen-reader-text">HTTP Error 407 &#8211; Proxy authentication required</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Recently I deployed an application into the live environment at work and all was running smoothly until a proxy setting change suddenly stopped the app being able to talk to the outside world.  I didn&#8217;t much fancy having to rework the code to allow proxy authentication, so I did a bit of searching on Google, and came up with the following block to go into the app.config file.</p>
<pre class="brush: xml; title: ; notranslate">&lt;system.net&gt;
  &lt;defaultProxy enabled=&quot;true&quot; useDefaultCredentials=&quot;true&quot;&gt;
    &lt;proxy bypassonlocal=&quot;True&quot; proxyaddress=&quot;http://proxy&quot;/&gt;
  &lt;/defaultProxy&gt;
&lt;/system.net&gt;</pre>
<p>Adding the section to the config file instructs the assembly to provide the default credentials to the proxy when requested, and saved me having to recompile and go through the system test phase or of product lifecycle.  Hopefully it might save someone else the pain, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://chillijam.co.uk/2008/10/06/http-error-407-proxy-authentication-required/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
