Aug 10, 2007 #1 MinalMoe IS-IT--Management Mar 25, 2004 62 GB Using MX7 - what is the best way to retrieve data from a HTTP POST, sent by WorldPay. Using GetHTTPRequestData() returns an empty content. The equivalent PHP method is $_Post. Is there a Coldfusion equivalent? Thanks.
Using MX7 - what is the best way to retrieve data from a HTTP POST, sent by WorldPay. Using GetHTTPRequestData() returns an empty content. The equivalent PHP method is $_Post. Is there a Coldfusion equivalent? Thanks.
Aug 10, 2007 #2 imstillatwork IS-IT--Management Sep 26, 2001 1,605 US FORM The FORM scope contains all POST variables for that request. FORM (and all variable scopes) is a ColdFusion structure. Kevin http://www.lot-o-nothin.com/cfml/ Upvote 0 Downvote
FORM The FORM scope contains all POST variables for that request. FORM (and all variable scopes) is a ColdFusion structure. Kevin http://www.lot-o-nothin.com/cfml/