<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 6 - CFML_Reference - Tags-pt155.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T18:21:40</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#12120" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#12119" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#7009" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#2114" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#2108" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#815" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#776" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#12120">
		<title>coldfusion/6/CFML_Reference/Tags-pt155.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#12120</link>
		<description>Re: NULL CFHTTPPARAM&lt;br /&gt;It's actually worse than I thought.&lt;br /&gt;&lt;br /&gt;The target server webmaster says I should set the parameter to the equivalent of the perl statement&lt;br /&gt;&lt;br /&gt;my $variable = undef;&lt;br /&gt;&lt;br /&gt;anyone have any ideas how to do this ?&lt;br /&gt;:</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-03-31T10:14:09</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#12119">
		<title>coldfusion/6/CFML_Reference/Tags-pt155.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#12119</link>
		<description>the target of my http post requires a parameter be NULL by which I believe is meant the equivalent of  the url string&lt;br /&gt;&lt;br /&gt;target?parm00=value1&amp;parm01=&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;i don't see any way of coding this in CFHTTPPARAM&lt;br /&gt;&lt;br /&gt;coding the CFHTTPPARAM value=&quot;&quot; does not seem to generate the expected value.&lt;br /&gt;&lt;br /&gt;any ideas?</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-03-31T09:17:56</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#7009">
		<title>coldfusion/6/CFML_Reference/Tags-pt155.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#7009</link>
		<description>Suppose I have to send a certificate in the header of an XML request, I have tried this:&lt;br /&gt;&lt;br /&gt;&lt;Cfhttp method=&quot;POST&quot; url=&quot;http://localhost/post.cfm&quot;&gt; &lt;br /&gt;&lt;cfhttpparam type=&quot;HEADER&quot; name=&quot;myCertificate&quot; value=&quot;#myCert#&quot;&gt; &lt;br /&gt;&lt;cfhttpparam type=&quot;XML&quot; name=&quot;body&quot; value=&quot;#ToString(myXML)#&quot;&gt; &lt;br /&gt;&lt;/CFHTTP&gt; &lt;br /&gt;&lt;br /&gt;Is there any other whay I can do this?&lt;br /&gt;&lt;br /&gt;Jwahl</description>
		<dc:creator>Jwahl</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-02-01T06:48:40</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#2114">
		<title>coldfusion/6/CFML_Reference/Tags-pt155.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#2114</link>
		<description>The header attribute was added with ColdFusion MX 6.1. &lt;br&gt;This page documents ColdFusion MX 6.0. &lt;br&gt;For 6.1 documentation, see http://livedocs.macromedia.com/coldfusion/6.1/.</description>
		<dc:creator>halL</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2003-09-24T07:26:56</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#2108">
		<title>coldfusion/6/CFML_Reference/Tags-pt155.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#2108</link>
		<description>If I want to pass a header like&lt;br /&gt;&lt;br /&gt;POST /Annotation HTTP/1.1&lt;br /&gt;    or even&lt;br /&gt;HTTP/1.1 201 Created&lt;br /&gt;&lt;br /&gt;using HTTPPARAM type=&quot;HEADER&quot;... what would go in the &quot;name&quot; attribute?</description>
		<dc:creator>csteinola</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-09-23T18:11:05</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#815">
		<title>coldfusion/6/CFML_Reference/Tags-pt155.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#815</link>
		<description>Please note that there is an XML type in addition to those listed.  Only a single usage of this parameter type is allowed.  This will POST with a content type of &quot;text/xml&quot;. Sample usage:&lt;br&gt;&lt;CFXML variable=&quot;myXML&quot;&gt;&lt;br&gt;&lt;test&gt;&lt;br&gt; &lt;string&gt;this is a test&lt;/string&gt;&lt;br&gt;&lt;/test&gt;&lt;br&gt;&lt;/CFXML&gt;&lt;br&gt;&lt;br&gt;&lt;Cfhttp method=&quot;POST&quot; url=&quot;http://localhost/post.cfm&quot;&gt;&lt;br&gt;&lt;cfhttpparam type=&quot;XML&quot; name=&quot;body&quot; value=&quot;#ToString(myXML)#&quot;&gt;&lt;br&gt;&lt;/CFHTTP&gt;&lt;br&gt;</description>
		<dc:creator>tjordahl101</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2002-12-17T10:49:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#776">
		<title>coldfusion/6/CFML_Reference/Tags-pt155.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt155.htm#776</link>
		<description>This page fails to mention that when passing a value for the name attribute when trying to use type=&quot;cgi&quot;, the name is NOT the same as the CGI variable name as CF exposes it. For instance, if you want to pass in a &quot;referer&quot;, you wouldn't say CFHTTPPARAM Type=&quot;cgi&quot; Name=&quot;http_referer&quot; Value=&quot;somevalue&quot;.&lt;br&gt;&lt;br&gt;Instead, you need to drop the &quot;http_&quot; and just say Name=&quot;referer&quot;. And for headers/cgi variables that have multiple parts to their name, such as HTTP_Accept_Encoding, note too that the value to use isn't just &quot;Accept_Encoding&quot;. &lt;br&gt;&lt;br&gt;Instead, you have to use the formal name for the header, as speced at the w3c site among others, http://www.w3.org/Protocols/HTTP/HTRQ_Headers.html. In this case, you'd use Name=&quot;accept-encoding&quot;, which is typical for their multi-word values. &lt;br&gt;&lt;br&gt;It would be nice for the CFMX docs to clarify this, as I'm sure many pull their hair out trying to get this to work, relying on their knowledg of these &quot;CGI&quot; variables solely from how they appear in the CF debugging info or a dump of the CGI scope.</description>
		<dc:creator>carehart@systemanage</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2002-11-25T11:52:00</dc:date>
	</item>
	</rdf:RDF>

