Aug 10, 2007 #1 MinalMoe IS-IT--Management Joined Mar 25, 2004 Messages 62 Location 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 Joined Sep 26, 2001 Messages 1,605 Location 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/