<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 22 Nov 2008 02:04:29 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Tobias Schlitt's Blog: Sending HEAD requests with ext/curl]]></title>
      <guid>http://www.phpdeveloper.org/news/10497</guid>
      <link>http://www.phpdeveloper.org/news/10497</link>
      <description><![CDATA[<p>
In a <a href="http://schlitt.info/applications/blog/index.php?/archives/606-Sending-HEAD-requests-with-extcurl.html">new post</a>, <i>Tobias Schlitt</i> looks at how to send HEAD requests right along with the rest of your payload with the ext/curl extension for PHP.
</p>
<blockquote>
I recently wanted to perform a HEAD request to a file, after which I wanted to perform some more advanced HTTP interaction, so <a href="http://curl.haxx.se/">CURL</a> was also the tool of choice here.
</blockquote>
<p>
He started with the (slow?) command line to get the parameters right before moving into PHP. After picking out the right ones ("curl -I -X HEAD http://localhost/admin/") he transfers them into a series of curl_setopt calls that specifies a HEAD request type and no content to send (with CURLOPT_NOBODY).
</p>]]></description>
      <pubDate>Fri, 27 Jun 2008 08:48:02 -0500</pubDate>
    </item>
  </channel>
</rss>
