I have multiple parameters I need to send, and in CFHTTP the method get does
not accept CFHTTPPARAMs.

-----Original Message-----
From: Neil Giarratana [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 1:53 PM
To: CF-Community
Subject: RE: CFHTTP Posts


Perhaps you should use a get instead of a post?

-----Original Message-----
From: Brewer, Shelby [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 11:40 AM
To: CF-Community
Subject: CFHTTP Posts



I am post to a form that runs some perl script and returns a string. The
problem I am having is the script is attempting to parse a string that looks
like: 
first=Shelby&Last=Smith&SOC=123456788 ...etc.
 But with ColdFusion the post creates a string that looks like this: 
--912934959696252642610044 Content-Disposition: form-data; name="FIRST"
Shelby --912934959696252642610044 Content-Disposition: form-data;
name="LAST" Smith --912934959696252642610044 Content-Disposition: form-data;
name="SOC" 123456788
 If anyone has any ideas why this happens, and if I can change the posting
format I would really appreciate it. Thanks!
Shelby
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to