<?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>Commentaires sur : Les entêtes HTTP bonnes à connaitre en PHP</title>
	<atom:link href="http://www.dator.fr/les-entetes-http-bonnes-a-connaitre-en-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dator.fr/les-entetes-http-bonnes-a-connaitre-en-php/</link>
	<description>développement &#38; life</description>
	<lastBuildDate>Tue, 14 Feb 2012 21:35:42 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Par : Victor Nicollet</title>
		<link>http://www.dator.fr/les-entetes-http-bonnes-a-connaitre-en-php/#comment-7064</link>
		<dc:creator>Victor Nicollet</dc:creator>
		<pubDate>Mon, 11 May 2009 16:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dator.fr/?p=1074#comment-7064</guid>
		<description>Les redirections classiques:

header(&quot;HTTP/1.1 303 See Other&quot;);
header(&quot;Location: http://www.example.com&quot;);

Pendant qu&#039;on y est, des fois que j&#039;ai envie de servir des fichiers à télécharger:

header(&quot;Content-Type: application/pdf&quot;);
header(&quot;Content-Disposition: attachment; filename=machintruc.pdf&quot;);</description>
		<content:encoded><![CDATA[<p>Les redirections classiques:</p>
<p>header(&raquo;&nbsp;HTTP/1.1 303 See Other&raquo;&nbsp;);<br />
header(&raquo;&nbsp;Location: <a href="http://www.example.com" rel="nofollow">http://www.example.com</a>&laquo;&nbsp;);</p>
<p>Pendant qu&#8217;on y est, des fois que j&#8217;ai envie de servir des fichiers à télécharger:</p>
<p>header(&raquo;&nbsp;Content-Type: application/pdf&raquo;&nbsp;);<br />
header(&raquo;&nbsp;Content-Disposition: attachment; filename=machintruc.pdf&raquo;&nbsp;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Stf</title>
		<link>http://www.dator.fr/les-entetes-http-bonnes-a-connaitre-en-php/#comment-7056</link>
		<dc:creator>Stf</dc:creator>
		<pubDate>Sat, 09 May 2009 15:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dator.fr/?p=1074#comment-7056</guid>
		<description>text/html ? :D

(ok je sors aussi... )</description>
		<content:encoded><![CDATA[<p>text/html ? <img src='http://www.dator.fr/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>(ok je sors aussi&#8230; )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : pablo</title>
		<link>http://www.dator.fr/les-entetes-http-bonnes-a-connaitre-en-php/#comment-7055</link>
		<dc:creator>pablo</dc:creator>
		<pubDate>Sat, 09 May 2009 10:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.dator.fr/?p=1074#comment-7055</guid>
		<description>Au lieu d&#039;appeler ça des headers, je dirais plutôt &quot;type mime&quot;

Ok je fais mon chieur ....</description>
		<content:encoded><![CDATA[<p>Au lieu d&#8217;appeler ça des headers, je dirais plutôt &laquo;&nbsp;type mime&raquo;&nbsp;</p>
<p>Ok je fais mon chieur &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Palleas</title>
		<link>http://www.dator.fr/les-entetes-http-bonnes-a-connaitre-en-php/#comment-7054</link>
		<dc:creator>Palleas</dc:creator>
		<pubDate>Sat, 09 May 2009 09:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dator.fr/?p=1074#comment-7054</guid>
		<description>Nice, je ne suis pas sur de moi, mais je me demande s&#039;il n&#039;y avait pas un soucis avec le content type JSON avec IE6, j&#039;crois que ça le faisait vriller et qu&#039;il fallait lui balancer du text/plain à la place. Quelqu&#039;un a des infos la dessus ?</description>
		<content:encoded><![CDATA[<p>Nice, je ne suis pas sur de moi, mais je me demande s&#8217;il n&#8217;y avait pas un soucis avec le content type JSON avec IE6, j&#8217;crois que ça le faisait vriller et qu&#8217;il fallait lui balancer du text/plain à la place. Quelqu&#8217;un a des infos la dessus ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

