Well, that's what I thought too, but it isn't working that way. I am not submitting a form, I am making a connection to the server and sending the POST request along with the data I want sent but the debug in CF doesn't show the data anywhere...
> Kurt, > > An http post is a form submission, so the chances are that the data should > be available in the form scope in CF. > > Do the http post to your CF page and check out the debug info in CF - the > info from the Java page should be displayed under the FORM variables, but if > not the URL variables. > > Hope that helps > > Regards > > Stephen > > ----- Original Message ----- > From: "Kurt Ward" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Friday, June 14, 2002 1:52 PM > Subject: HTTP POST operation > > > > I need to send an HTTP POST to a CF template from a Java application. How > > do I access the > > posted data? Or can I? CF version is 4.5 > > > > Thanks > > > > > ______________________________________________________________________ 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 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

