Which of these is correct?  The only difference is the name attribute.

FOR CFMX:

<cfhttpparam
  type="HEADER"
  name="referer"
  value="#attributes.Referer#">

<cfhttpparam
  type="HEADER"
  name="http_referer"
  value="#attributes.Referer#">

OLDER VERSIONS

<cfhttpparam
  type="CGI"
  name="http_referer"
  value="#attributes.Referer#">

<cfhttpparam
  type="CGI"
  name="referer"
  value="#attributes.Referer#">

--------------------------------------------
Matt Robertson       [EMAIL PROTECTED]
MSB Designs, Inc.  http://mysecretbase.com
--------------------------------------------
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to