> Yes, it's a typo.  I was tying to reproduce what debug shows which is a 
> variable name : value, in this case the value
> is John&MiddleName=James&LastName=Smith.  These values are being passed via 3 
> separate httpparams with
> type of formfield.  I've tested the "action" page on another server and it 
> works correctly.

There are two things I can think of off the top of my head, that you might do.

First, you might just take a shot in the dark and play with encoding.
You can specify the appropriate encoding for your form post from
CFHTTP using the CHARSET attribute.

Second, you might want to compare a good request with a bad one - you
can capture HTTP requests on the client using various tools that
record and/or proxy HTTP traffic. You could make a request from a
browser on the same server that's running the CFHTTP tag.

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 onsi

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:343181
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to