> 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?
Is the space and colon between FirstName and John a typo? Because if not, that's your problem right there, it should be FirstName=John&MiddleName=James&LastName=Smith. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsit ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:343175 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm