>I'm going slightly nuts, I'm doing a CFHTTP POST on CFMX 6.1 with a >httpparam like: > ><cfhttpparam type="FORMFIELD" name="UserName" value="username.context"> > >When transmitted to the other server the value gets translated into > >username%2Econtext > >.. which doesn't fly. Anyone know how to prevent CFMX to meddle with what >I submit? Have played around with encoding, charset, but to no avail. >
I *think* you can use type="XML" and cfhttpparam won't touch the special characters. I know that type exists (though I don't believe it's in the docs), but I'm not sure if it has to be a valid XML packet to work. Regards, Dave. _________________________________________________________________ Instant message with integrated webcam using MSN Messenger 6.0. Try it now FREE! http://msnmessenger-download.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137973 Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

