<?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>Delivering Quality &#187; HTTP Headers</title>
	<atom:link href="http://www.markdeepwell.com/tag/http-headers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markdeepwell.com</link>
	<description>A Software Developers View of the World</description>
	<lastBuildDate>Thu, 09 Sep 2010 03:38:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>HTTP Header to Force Browser Download</title>
		<link>http://www.markdeepwell.com/2010/03/http-header-to-force-browser-download/</link>
		<comments>http://www.markdeepwell.com/2010/03/http-header-to-force-browser-download/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 15:12:45 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[HTTP Headers]]></category>

		<guid isPermaLink="false">http://www.markdeepwell.com/?p=485</guid>
		<description><![CDATA[A content disposition header can be used to tell web browsers to ask the user where they want to save the file (and download it) instead of actually opening the file in a browser tab/window. Very handy if you want to have a download button. Content-Disposition: attachment; filename="filename.mp3" Tested in: Firefox, Safari, IE, Opera, and [...]]]></description>
			<content:encoded><![CDATA[<p>A content disposition header can be used to tell web browsers to ask the user where they want to save the file (and download it) instead of actually opening the file in a browser tab/window. Very handy if you want to have a <strong>download</strong> button.</p>
<p><code>Content-Disposition: attachment; filename="filename.mp3"</code></p>
<p>Tested in: Firefox, Safari, IE, Opera, and Google Chrome</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markdeepwell.com/2010/03/http-header-to-force-browser-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
