Will an error occur if a question mark is appended to URL?

Thanks
Dave


-----Original Message-----
From: Ben Forta [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 25, 2000 10:39 AM
To: CF-Talk
Subject: RE: CFHTTP - URLParam Question


Nope, no ? needed.

--- Ben


-----Original Message-----
From: sknyppy [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 25, 2000 10:31 AM
To: CF-Talk
Subject: CFHTTP - URLParam Question


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