Ask a Question related to Macromedia ColdFusion, Design and Development.
-
alexlake #1
CF 4.5 POST content
I'm trying to implement a SOAP server in CF4.5 and the first problem I'm coming
up against is how to get the payload of the POST request. This is a bit like
asking for CGI.Content or FORM.Everything.
I must be a bit stupid, but I can't see how to do it!
alexlake Guest
-
#39201 [NEW]: POST with invalid content-length and ErrorDocument set crashes php
From: thomas at partyflock dot nl Operating system: Linux (2.6.18) PHP version: 5.1.6 PHP Bug Type: Apache2 related Bug... -
redirect but with post data - mimick form post behaviour
Any thoughts on how to mimic result of submitting form data via POST Method? I have some code that sanitizes some submitted formfields and i'd like... -
How to post some data in form of POST action of forms in asp?
Hi there, I need to post some information into an ASP page (mypage.asp), in form of POST action which I do with the following code: 'contents... -
Transferring the POST content from one page to another
Is there an easy way to transfer a page POST content to the next page? Right now I read out the POST content in the PHP script and put it in a html... -
#18648 [Com]: Single entry form POST gives incorrect variable content
ID: 18648 Comment by: vesely at tana dot it Reported By: ms at ecs dot soton dot ac dot uk Status: Bogus Bug... -
philh #2
Re: CF 4.5 POST content
<Cfloop index="formfield" list="#FORM.fieldnames#">
<cfoutput>#formfield# : #evaluate(formfield)#<br></cfoutput>
</cfloop>
Is an easy way to look at the info. You could also treat the form info as a
structure.
HTH,
philh Guest
-
Mr Black #3
Re: CF 4.5 POST content
There are no any form fileds in SOAP request. So the above suggestion will not work.
Look, if GetHttpRequestData() was already implemented in CF 4.5. If not, you cannot do this.
Mr Black Guest



Reply With Quote

