I need to construct a document that will send this type of info:

GET /webapp/ServerSide/Receipt/Verification?Merch_Id=2600490000003&Trans_
Id=142124&Request_Type=RECEIPT HTTP/1.0
Host: merch.server.com:443
Content-Type: application/x-www-form-urlencoded

The Merch_Id and Trans_Id will always be different, but the rest of the 
information should be the same everytime... 

I'm trying to figure out the right way to use a CFHTTP tage to send these 
things... I *assume* that it would start out looking something like:

<cfhttp
  url = "http:///webapp/PayNet/Receipt/pgReceiptVerification?
     Merchant_Id=2600490000003&PayNet_Transaction_Id=142124&
     Request_Type=RECEIPT"
> 


But, I'm not sure how to send the Host, Content and HTTP/1.0 information...
 Or how to get the Variables into the the URL string... 

Any help would be GREATLY appreciated!!

Thanks all!
______________________________________________________________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to