I recently moved an app to a new server and for some reason, when I run a 
CFHTTP post request to a page on the new server, the form fields are being 
interpreted as one field and the value of the field is a query string.  The 
file that is running the CFHTTP is on a differnt server.  For example, if the 
form fields are 

FirstName: John
MiddleName: James
LastName: Smith

the Coldfusion debug shows the following for Form fields

FirstName :John&MiddleName=James&LastName=Smith

Does anyone know why one server would work correctly and see all 3 fields and 
another server won't parse the fields correctly?

Thanks,

Donnie 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343174
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to