<?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/"
		>
<channel>
	<title>Comments on: Safari, UA Sniffing, and HTTP_ACCEPT</title>
	<atom:link href="http://tntluoma.com/web/safari-ua-sniffing-and-http_accept/feed/" rel="self" type="application/rss+xml" />
	<link>http://tntluoma.com/web/safari-ua-sniffing-and-http_accept/</link>
	<description>Stuff I've Written Down</description>
	<lastBuildDate>Tue, 23 Nov 2010 20:52:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: TjL</title>
		<link>http://tntluoma.com/web/safari-ua-sniffing-and-http_accept/comment-page-1/#comment-836</link>
		<dc:creator>TjL</dc:creator>
		<pubDate>Wed, 24 Sep 2003 15:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://tntluoma.com/?p=242#comment-836</guid>
		<description>&lt;p&gt;Opera 7.2 (just released) fixes that flaw.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Opera 7.2 (just released) fixes that flaw.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad</title>
		<link>http://tntluoma.com/web/safari-ua-sniffing-and-http_accept/comment-page-1/#comment-835</link>
		<dc:creator>Vlad</dc:creator>
		<pubDate>Sat, 20 Sep 2003 22:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://tntluoma.com/?p=242#comment-835</guid>
		<description>&lt;p&gt;How about that?! Opera 7 &lt;em&gt;does&lt;/em&gt; lie. It sends a false HTTP&lt;em&gt;ACCEPT string. It &lt;em&gt;does&lt;/em&gt; support application/xhtml+xml, though it doesn&#039;t admit it. Here&#039;s its HTTP&lt;/em&gt;ACCEPT string: &quot;text/html, image/png, image/jpeg, image/gif, image/x-xbitmap, &lt;em&gt;/&lt;/em&gt;;q=0.1&quot;. Now... What do you say about that? I don&#039;t have anything against Opera. Well... I do, but that&#039;s not important right now. Nothing much, anyway. But this really pisses me off. Should I sniff for it in order to send application/xhtml+xml content? I don&#039;t think so...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How about that?! Opera 7 <em>does</em> lie. It sends a false HTTP<em>ACCEPT string. It </em><em>does</em> support application/xhtml+xml, though it doesn&#8217;t admit it. Here&#8217;s its HTTPACCEPT string: &#8220;text/html, image/png, image/jpeg, image/gif, image/x-xbitmap, <em>/</em>;q=0.1&#8221;. Now&#8230; What do you say about that? I don&#8217;t have anything against Opera. Well&#8230; I do, but that&#8217;s not important right now. Nothing much, anyway. But this really pisses me off. Should I sniff for it in order to send application/xhtml+xml content? I don&#8217;t think so&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://tntluoma.com/web/safari-ua-sniffing-and-http_accept/comment-page-1/#comment-834</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Fri, 21 Feb 2003 10:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://tntluoma.com/?p=242#comment-834</guid>
		<description>&lt;p&gt;So let me get this right, Safari identifies itself as pretty much every browser out there APART from KHTML and IE? And I thought the Gecko string was bad.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>So let me get this right, Safari identifies itself as pretty much every browser out there APART from KHTML and IE? And I thought the Gecko string was bad.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://tntluoma.com/web/safari-ua-sniffing-and-http_accept/comment-page-1/#comment-833</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Fri, 07 Feb 2003 09:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://tntluoma.com/?p=242#comment-833</guid>
		<description>&lt;p&gt;Also Safari does not send the User&lt;em&gt;Agent string when requesting .ico files - I filter those agents that do not send a user&lt;/em&gt;agent string - spam bots often don&#039;t send a user string either.&lt;/p&gt;

&lt;p&gt;Safari User_agents get added to my &#039;banned list&#039; and can no longer access my site - poor them!&lt;/p&gt;

&lt;p&gt;Scott&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Also Safari does not send the User<em>Agent string when requesting .ico files - I filter those agents that do not send a user</em>agent string - spam bots often don&#8217;t send a user string either.</p>

<p>Safari User_agents get added to my &#8216;banned list&#8217; and can no longer access my site - poor them!</p>

<p>Scott</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jan!</title>
		<link>http://tntluoma.com/web/safari-ua-sniffing-and-http_accept/comment-page-1/#comment-832</link>
		<dc:creator>Jan!</dc:creator>
		<pubDate>Wed, 08 Jan 2003 15:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://tntluoma.com/?p=242#comment-832</guid>
		<description>&lt;p&gt;That solution is not 100% reliable, I&#039;m afraid. It is possible to specify a preference level, q, saying how willing to accept a certain MIME type the browser is. So &quot;application/xhtml; q=0.0&quot; would mean the browser can NOT handle XHTML at all.&lt;/p&gt;

&lt;p&gt;(This is from the top off my head, so I&#039;m not 100% sure about the above syntax.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That solution is not 100% reliable, I&#8217;m afraid. It is possible to specify a preference level, q, saying how willing to accept a certain MIME type the browser is. So &#8220;application/xhtml; q=0.0&#8221; would mean the browser can NOT handle XHTML at all.</p>

<p>(This is from the top off my head, so I&#8217;m not 100% sure about the above syntax.)</p>]]></content:encoded>
	</item>
</channel>
</rss>

