<?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>~james/developer/blog &#187; networking</title>
	<atom:link href="http://jameswilliams.me/developer/blog/tags/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://jameswilliams.me/developer/blog</link>
	<description>A development blog</description>
	<lastBuildDate>Tue, 23 Aug 2011 19:17:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Quick Note Regarding NSURLConnection and NTLM</title>
		<link>http://jameswilliams.me/developer/blog/2008/07/quick-note-regarding-nsurlconnection-and-ntlm/</link>
		<comments>http://jameswilliams.me/developer/blog/2008/07/quick-note-regarding-nsurlconnection-and-ntlm/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 12:15:05 +0000</pubDate>
		<dc:creator>James Williams</dc:creator>
				<category><![CDATA[for_export]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://jameswilliams.me/developer/blog/?p=26</guid>
		<description><![CDATA[As near as I can tell, NSURLConnection does not support NTLM authentication. So, if you are considering implementing something using NSURLConnection: take a moment to make sure you will never talk to a server expecting you to authenticate via NTLM (which is IIS as near as I can tell) before you waste two evenings doing [...]]]></description>
			<content:encoded><![CDATA[<p>As near as I can tell, <a href="http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSURLConnection_Class/Reference/Reference.html#">NSURLConnection</a> does not support <a href="http://www.innovation.ch/personal/ronald/ntlm.html">NTLM authentication</a>. </p>

<p>So, if you are considering implementing something using NSURLConnection: take a moment to make sure you will never talk to a server expecting you to authenticate via NTLM (which is <a href="http://en.wikipedia.org/wiki/Internet_Information_Services">IIS</a> as near as I can tell) before you waste two evenings doing it.</p>

<p>That being said, NSURLConnection is really cool and I wish I could use it.</p>

<p>For my next trick, figure out how to do this with <a href="http://developer.apple.com/documentation/CoreFoundation/Reference/CFMessageRef/Reference/reference.html">CFHTTPMessage</a>, which does provide <code>kCFHTTPAuthenticationSchemeNTLM</code> for authentication.</p>

<p>*sigh*</p>
]]></content:encoded>
			<wfw:commentRss>http://jameswilliams.me/developer/blog/2008/07/quick-note-regarding-nsurlconnection-and-ntlm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

