[thelist] CF: CFHHTP Problem

Seth Bienek seth at sethbienek.com
Thu Jan 17 16:19:49 CST 2002


Hi Frank,

This:
<cfhhpparam

Should be this:
<cfhttpparam


Also, cfhttp does not redirect the user, but rather allows the CF server to
act as a browser itself, "visiting" the url passed in as an attribute and
returning it's contents as cfhttp.fileContent> (it does alot more, this is
just a common use).

Take Care,

Seth

-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of Frank
Subject: [thelist] CF: CFHHTP Problem


Can someone help me out with this?

<!--- Redirect the user --->
    <cfhttp url="test.cfm" method="POST">

      <cfhhpparam type="formfield" name="Fuseaction" value="Shipping">

    </cfhttp>







More information about the thelist mailing list