News Feed
Jobs Feed
Sections




News Archive
Tobias Schlitt's Blog:
Sending HEAD requests with ext/curl
June 27, 2008 @ 08:48:02

In a new post, Tobias Schlitt looks at how to send HEAD requests right along with the rest of your payload with the ext/curl extension for PHP.

I recently wanted to perform a HEAD request to a file, after which I wanted to perform some more advanced HTTP interaction, so CURL was also the tool of choice here.

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).

0 comments voice your opinion now!
head request curl extension tutorial curlsetopt curlopt


blog comments powered by Disqus

Similar Posts

Marcelo Gornstein's Blog: Writing PHP applications with Doctrine2 as ORM and Ding as DI container

Michael Nitschinger's Blog: Custom Finders with Lithium

Alex Inführ: PHP non alpha numeric 7 and 6 char code

YoungCoders.com: The PHP Construct You've Never Used

NETTUTS.com: Mimicking Apple's Address Book for the Web


Community Events











Don't see your event here?
Let us know!


unittest release development example object functional code tool opinion phpunit language interview community zendframework2 testing introduction application podcast series framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework