<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: XMLHTTPRequest + Authentication = Frustration</title>
	<atom:link href="http://bloggablea.wordpress.com/2007/05/06/xmlhttprequest-authentication-frustration/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloggablea.wordpress.com/2007/05/06/xmlhttprequest-authentication-frustration/</link>
	<description>Programming language geek-outs with your host, Max Bolingbroke</description>
	<lastBuildDate>Wed, 22 Apr 2009 11:47:14 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fuzzyman</title>
		<link>http://bloggablea.wordpress.com/2007/05/06/xmlhttprequest-authentication-frustration/#comment-38</link>
		<dc:creator>Fuzzyman</dc:creator>
		<pubDate>Mon, 07 May 2007 14:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://bloggablea.wordpress.com/2007/05/06/xmlhttprequest-authentication-frustration/#comment-38</guid>
		<description>It seemed to do fine escaping the angle brackets in your actual post... ;-)</description>
		<content:encoded><![CDATA[<p>It seemed to do fine escaping the angle brackets in your actual post&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frustration + Lazyweb = Results &#171; :: (Bloggable a) =&#62; a -&#62; IO ()</title>
		<link>http://bloggablea.wordpress.com/2007/05/06/xmlhttprequest-authentication-frustration/#comment-37</link>
		<dc:creator>Frustration + Lazyweb = Results &#171; :: (Bloggable a) =&#62; a -&#62; IO ()</dc:creator>
		<pubDate>Mon, 07 May 2007 14:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://bloggablea.wordpress.com/2007/05/06/xmlhttprequest-authentication-frustration/#comment-37</guid>
		<description>[...] 7th, 2007   OK, to follow up on my last post about the quirks of XMLHTTPRequest, fuzzyman very kindly provided most of the solution I [...]</description>
		<content:encoded><![CDATA[<p>[...] 7th, 2007   OK, to follow up on my last post about the quirks of XMLHTTPRequest, fuzzyman very kindly provided most of the solution I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: batterseapower</title>
		<link>http://bloggablea.wordpress.com/2007/05/06/xmlhttprequest-authentication-frustration/#comment-35</link>
		<dc:creator>batterseapower</dc:creator>
		<pubDate>Mon, 07 May 2007 13:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://bloggablea.wordpress.com/2007/05/06/xmlhttprequest-authentication-frustration/#comment-35</guid>
		<description>Um, yeah. It seems that wordpress doesn&#039;t escape angle brackets... thats almost unbelievably bad :).

Anyway, I wrote something like this:
Ah, is -that- the trick? Thanks for the tip: I&#039;ll try it out ASAP, but if only there were a place where this stuff was specified..

I still think the default behaviour shoud be to send an authorization header if username/password are specified in the AJAX call (and indeed all the HTTP clients I&#039;ve written do this), since it doesn&#039;t do any harm and can avoid one round trip to the server if the URL requires authentication, which should be the usual case..</description>
		<content:encoded><![CDATA[<p>Um, yeah. It seems that wordpress doesn&#8217;t escape angle brackets&#8230; thats almost unbelievably bad <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Anyway, I wrote something like this:<br />
Ah, is -that- the trick? Thanks for the tip: I&#8217;ll try it out ASAP, but if only there were a place where this stuff was specified..</p>
<p>I still think the default behaviour shoud be to send an authorization header if username/password are specified in the AJAX call (and indeed all the HTTP clients I&#8217;ve written do this), since it doesn&#8217;t do any harm and can avoid one round trip to the server if the URL requires authentication, which should be the usual case..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: batterseapower</title>
		<link>http://bloggablea.wordpress.com/2007/05/06/xmlhttprequest-authentication-frustration/#comment-34</link>
		<dc:creator>batterseapower</dc:creator>
		<pubDate>Mon, 07 May 2007 13:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://bloggablea.wordpress.com/2007/05/06/xmlhttprequest-authentication-frustration/#comment-34</guid>
		<description>Ah, is &gt;that</description>
		<content:encoded><![CDATA[<p>Ah, is &gt;that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fuzzyman</title>
		<link>http://bloggablea.wordpress.com/2007/05/06/xmlhttprequest-authentication-frustration/#comment-33</link>
		<dc:creator>Fuzzyman</dc:creator>
		<pubDate>Mon, 07 May 2007 12:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://bloggablea.wordpress.com/2007/05/06/xmlhttprequest-authentication-frustration/#comment-33</guid>
		<description>Doesn&#039;t the trick with authentication rely on having one URL that *does* raise a 401, so that the headers will be sent?

After that, most browsers then send the headers with every request.</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t the trick with authentication rely on having one URL that *does* raise a 401, so that the headers will be sent?</p>
<p>After that, most browsers then send the headers with every request.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
