no, because the values are not exposed in cgi scope either. the content length is, but not the actual data.
> -----Original Message----- > From: Nick de Voil [mailto:[EMAIL PROTECTED] > Sent: 24 February 2004 10:48 > To: [EMAIL PROTECTED] > Subject: Re: [ cf-dev ] sending http content > > > <cfhttpparam type="cgi"> should do it > > Nick > > ----- Original Message ----- > From: "Rich Wild" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, February 24, 2004 10:39 AM > Subject: RE: [ cf-dev ] sending http content > > > > no, its not the same thing... > > > > I need to send the content in the request headers, not the body. > > > > normal posted data would show up in the form scope, but > this doesn't, > > its only available through using getHttpRequestData() > > > > unless I'm missing something about cfhttp. > > > > > -----Original Message----- > > > From: Stephen Pope [mailto:[EMAIL PROTECTED] > > > Sent: 24 February 2004 10:34 > > > To: [EMAIL PROTECTED] > > > Subject: RE: [ cf-dev ] sending http content > > > > > > > > > Can't you post the test data to it using <CFHTTP> ? > > > > > > Stephen > > > > > > -----Original Message----- > > > From: Rich Wild [mailto:[EMAIL PROTECTED] > > > Sent: 24 February 2004 10:31 > > > To: '[EMAIL PROTECTED]' > > > Subject: RE: [ cf-dev ] sending http content > > > > > > anyone got any ideas on this one? > > > > > > > -----Original Message----- > > > > From: Rich Wild [mailto:[EMAIL PROTECTED] > > > > Sent: 23 February 2004 15:04 > > > > To: '[EMAIL PROTECTED]' > > > > Subject: [ cf-dev ] sending http content > > > > > > > > > > > > I have an app that depends on the use of gethttprequestdata to > > > > grab some xml posted in the content of the http headers. > > > > > > > > Now, all's well and good, but how can I use CF to actually send > > > > testdata to it? Can I, even? > > > > > > > > ------------------------------------------------------- > > > > Rich Wild > > > > Senior Web Developer > > > > > > > > ------------------------------------------------------- > > > > e-mango Tel: 01202 755 300 > > > > Gild House Fax: 01202 755 301 > > > > 74 Norwich Avenue West > > > > Bournemouth Mailto:[EMAIL PROTECTED] > > > > BH2 6AW, UK http://www.e-mango.com > > > > ------------------------------------------------------- > > > > This message may contain information which is legally > privileged > > > > and/or confidential. If you are not the intended > recipient, you > > > > are hereby notified that any unauthorised disclosure, copying, > > > > distribution or use of this information is strictly prohibited. > > > > Such notification notwithstanding, any comments, opinions, > > > > information or conclusions expressed in this message > are those of > > > > the originator, not of e-mango.com ltd, unless otherwise > > > > explicitly and independently indicated by an authorised > > > > representative of e-mango.com ltd. > > > > ------------------------------------------------------- > > > > > > > > > > > > -- > > > > ** Archive: > > > http://www.mail-archive.com/dev%> 40lists.cfdeveloper.co.uk/ > > > > > > > > > > > To unsubscribe, e-mail: > > > [EMAIL PROTECTED] > > > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > For human help, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > -- > > > ** Archive: > http://www.mail-archive.com/dev%> 40lists.cfdeveloper.co.uk/ > > > > > > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > For human help, e-mail: [EMAIL PROTECTED] > > > > > > > > > -- > > > ** Archive: > http://www.mail-archive.com/dev%> 40lists.cfdeveloper.co.uk/ > > > > > > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > For human help, e-mail: [EMAIL PROTECTED] > > > > > > > > > -- > > ** Archive: > http://www.mail-archive.com/dev%> 40lists.cfdeveloper.co.uk/ > > > > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] For > > human help, e-mail: [EMAIL PROTECTED] > > > > > > > > > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] For human help, e-mail: > [EMAIL PROTECTED] > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
