OT: Do you ever sleep? (was RE: Retrieving Response Header info)

2002-09-28 Thread Todd

Dave.. it's 3 a.m... go to bed. =)

~Todd

At 03:02 AM 9/29/2002 -0400, you wrote:
> > I have the following in one page:
> >
> > 
> > 
> >
> > There is also a form button to go to another page. On the
> > action page, I am outputting   I can
> > see the values for firstname and lastname in the
> > ResponseHeader. I'm just having problems actually outputting
> > them. What is the syntax needed to output a variable in the
> > responseheader?
>
>I think you'll have to provide a bit more code for this. Where's your CFHTTP
>call? You should be able to use CFHTTP.ResponseHeader as a structure in the
>page that contains the CFHTTP call, which means that if you have a
>"firstname" in the HTTP header, you should be able to reference its value by
>using CFHTTP.ResponseHeader["firstname"].
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>voice: (202) 797-5496
>fax: (202) 797-5444
>
>
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Retrieving Response Header info

2002-09-28 Thread Dave Watts

> I have the following in one page:
> 
> 
> 
> 
> There is also a form button to go to another page. On the 
> action page, I am outputting   I can 
> see the values for firstname and lastname in the 
> ResponseHeader. I'm just having problems actually outputting 
> them. What is the syntax needed to output a variable in the 
> responseheader?

I think you'll have to provide a bit more code for this. Where's your CFHTTP
call? You should be able to use CFHTTP.ResponseHeader as a structure in the
page that contains the CFHTTP call, which means that if you have a
"firstname" in the HTTP header, you should be able to reference its value by
using CFHTTP.ResponseHeader["firstname"].

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Retrieving Response Header info

2002-09-27 Thread Houk, Gary

All,

I have the following in one page:




There is also a form button to go to another page. On the action page, I am outputting 
  I can see the values for firstname and lastname in the 
ResponseHeader. I'm just having problems actually outputting them. What is the syntax 
needed to output a variable in the responseheader?

Thanks,

- Gary
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists