<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: PHP, cURL, HTTP PUT, SSL and Basic Authentication</title>
	<link>http://www.jellyandcustard.com/2006/01/02/php-curl-http-put-ssl-and-basic-authentication/</link>
	<description>Web Development Blog</description>
	<pubDate>Fri, 05 Sep 2008 21:43:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Christopher Vrooman</title>
		<link>http://www.jellyandcustard.com/2006/01/02/php-curl-http-put-ssl-and-basic-authentication/#comment-27312</link>
		<pubDate>Mon, 17 Mar 2008 23:15:28 +0000</pubDate>
		<guid>http://www.jellyandcustard.com/2006/01/02/php-curl-http-put-ssl-and-basic-authentication/#comment-27312</guid>
					<description>Maybe a dumb question, but let's say I want to send a cURL encoded username:password to my server. How do I then retrieve that information so I can verify it?

  I've seen a hundred tutorials on how to send information the username and password via cURL, but not one on how to deal with that from the server side.

  I tried var_dump'ing $GLOBALS and the information isn't in any of PHP's superglobal arrays. Any clues on how to receive the information that cURL is sending?</description>
		<content:encoded><![CDATA[<p>Maybe a dumb question, but let&#039;s say I want to send a cURL encoded username:password to my server. How do I then retrieve that information so I can verify it?</p>
<p>  I&#039;ve seen a hundred tutorials on how to send information the username and password via cURL, but not one on how to deal with that from the server side.</p>
<p>  I tried var_dump&#039;ing $GLOBALS and the information isn&#039;t in any of PHP&#039;s superglobal arrays. Any clues on how to receive the information that cURL is sending?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Charles</title>
		<link>http://www.jellyandcustard.com/2006/01/02/php-curl-http-put-ssl-and-basic-authentication/#comment-689</link>
		<pubDate>Thu, 17 Aug 2006 18:36:07 +0000</pubDate>
		<guid>http://www.jellyandcustard.com/2006/01/02/php-curl-http-put-ssl-and-basic-authentication/#comment-689</guid>
					<description>I am trying to use cURL to access a file that is under a folder that is password protected using https.
How would I got about doing this?  I tried to use the code above but I don't quite know what I am doing with cURL.  The file is a .php script that does some things for me.</description>
		<content:encoded><![CDATA[<p>I am trying to use cURL to access a file that is under a folder that is password protected using https.<br />
How would I got about doing this?  I tried to use the code above but I don&#039;t quite know what I am doing with cURL.  The file is a .php script that does some things for me.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Determining if a URL exists with Curl &#183; Jelly and Custard</title>
		<link>http://www.jellyandcustard.com/2006/01/02/php-curl-http-put-ssl-and-basic-authentication/#comment-330</link>
		<pubDate>Fri, 09 Jun 2006 09:34:04 +0000</pubDate>
		<guid>http://www.jellyandcustard.com/2006/01/02/php-curl-http-put-ssl-and-basic-authentication/#comment-330</guid>
					<description>[...] Curl is a collection of client URL library functions that we can use to perform a multitude of URL related activities. You can send a POST or file upload to a URL, use it as a proxy, send/receive XML requests, and much more. In fact, there are over 100 configuration options that can customise this to your needs. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Curl is a collection of client URL library functions that we can use to perform a multitude of URL related activities. You can send a POST or file upload to a URL, use it as a proxy, send/receive XML requests, and much more. In fact, there are over 100 configuration options that can customise this to your needs. [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
