Merry X-mas everyone....

When using CFHTTP w/post method to send url variables do you still need to
place the
question mark in the URL string or it placed automatically by CF when
posting  a URL variable?

Example:
<!-----------------------
<CFHTTP METHOD="POST"
                <!--------------------------------------------------------------->
                <!---(URL="http://foo.com" or URL="http://foo.com?")--->
                <!--------------------------------------------------------------->
                REDIRECT="Yes"
                RESOLVEURL="yes"
                TIMEOUT="200"
                USERAGENT="Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)">

                <CFHTTPPARAM NAME="site"      TYPE="URL" VALUE="9850">
                <CFHTTPPARAM NAME="idea"    TYPE="URL" VALUE="4408">
                <CFHTTPPARAM NAME="goal"     TYPE="URL" VALUE="0010">
</CFHTTP>
------------------------->
Thanks,

Dave Bosky


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to