<?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>Source Foundry &#187; Running an ISV</title>
	<atom:link href="http://www.sourcefoundry.co.uk/archives/category/micro-isv/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sourcefoundry.co.uk</link>
	<description>Brian's thoughts live from the depths of the Source Foundry labs</description>
	<lastBuildDate>Thu, 11 Dec 2008 04:32:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Support proxy servers in your applications</title>
		<link>http://www.sourcefoundry.co.uk/archives/2006/03/31/support-ntlm-proxies/</link>
		<comments>http://www.sourcefoundry.co.uk/archives/2006/03/31/support-ntlm-proxies/#comments</comments>
		<pubDate>Fri, 31 Mar 2006 20:07:39 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Developing Software]]></category>
		<category><![CDATA[Running an ISV]]></category>

		<guid isPermaLink="false">http://www.sourcefx.org/archives/2006/03/31/support-ntlm-proxies/</guid>
		<description><![CDATA[Much of the software I use on a day-to-day basis requires a HTTP connection to the Internet. Unfortunately, not all of this software includes reliable Web proxy support for Windows Authentication (NTLM). Whilst many people are connecting to the Internet from networks without proxy servers, I&#8217;m often connecting from corporate networks through Microsoft ISA Server.
Here [...]]]></description>
			<content:encoded><![CDATA[<p>Much of the software I use on a day-to-day basis requires a HTTP connection to the Internet. Unfortunately, not all of this software includes reliable Web proxy support for Windows Authentication (NTLM). Whilst many people are connecting to the Internet from networks without proxy servers, I&#8217;m often connecting from corporate networks through Microsoft ISA Server.</p>
<p>Here is some advice for anyone writing software that uses that needs uses the Internet:</p>
<ul>
<li>Include proxy support in your application. You&#8217;ll not believe how many applications get un-installed because they don&#8217;t support proxy servers.</li>
<li>Ensure that your proxy supports <a title="Navigator Proxy Auto-Config File Format" href="http://wp.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html">auto-configuration (.pac) files</a>. If you don&#8217;t go this far make it clear how the proxy host name should be specified, whether to include &#8220;http://&#8221; at the beginning and what port number to use.</li>
<li>Provide support for various authentication mechanisms. Many corporate networks use NTLM authentication. If your application runs on the Microsoft CLR you have support for this authentication with the <a title="CredentialClass documentation on MSDN" href="http://msdn2.microsoft.com/en-US/library/system.net.credentialcache.aspx">CredentialCache</a> class. Native applications can use the support available in <a title="WinInet documentation on MSDN" href="http://msdn2.microsoft.com/en-us/library/sb35xf67.aspx">WinInet</a> or the more recent <a title="WinHttp documentation on MSDN" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winhttp/http/winhttp_start_page.asp">WinHttp</a>. The latter includes a proxy configuration tool to make life a little easier.</li>
<li>Respect user credentials. If a user has to explicitly provide their NT logon credentials to your application make sure to store them securely.</li>
<li>When requests fail provide useful error messages and server names to the user. This will help them figure out how to make connections work. A lot of times setup is a process of trial and error for users who aren&#8217;t provided information by network administrators.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.sourcefoundry.co.uk/archives/2006/03/31/support-ntlm-proxies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
