>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 actually need to correct myself on that one. I checked LiveDocs because I was unsure about my initial response after re-reading it and saw that you can just use encoded="No" to tell cfhttpparam to not URLEncode the value for form fields and CGI variables: http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p59.htm#wp1100049 Sorry for any confusion. Regards, Dave. _________________________________________________________________ Help protect your PC. Get a FREE computer virus scan online from McAfee. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137974 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 Get the mailserver that powers this list at http://www.coolfusion.com

