Re: Reading header variables in Cold Fusion

2001-12-20 Thread BILLY CRAVENS
Nevermind - I'm wrong. Look at Joseph DeVore's post. :-) --- Billy Cravens - Original Message - From: "BILLY CRAVENS" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 20, 2001 1:21 PM Subject: Re: Reading header

RE: Reading header variables in Cold Fusion

2001-12-20 Thread Joseph DeVore
If you want to read the raw headers, you can use cfhttp. If your header is a simple value you can output it like so: #cfhttp.responseHeader[your_header_key]# Otherwise loop over the key array: #x# - #key[x]# In regards to your question, Is CFHTTP specifically used for reading text

Re: Reading header variables in Cold Fusion

2001-12-20 Thread BILLY CRAVENS
Look at this function: GetHttpRequestData() ---Billy Cravens - Original Message - From: "Alan Walker" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 20, 2001 1:10 PM Subject: Reading header variables in Cold Fusion > Hello All, > > I am developing an appli