RE: set headers in CFHTTP?

2005-06-22 Thread Dave Watts
> Yeah, I was too quick to reply. I saw "headers" in the > message and thought method="HEAD". Sorry about that. No need to apologize, we all make mistakes. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at

Re: set headers in CFHTTP?

2005-06-22 Thread Dave Carabetta
On 6/22/05, Dave Watts <[EMAIL PROTECTED]> wrote: > > Does method="HEAD" get you where you need to be? > > I don't see how that would help - that won't automatically add HTTP request > headers, it'll simply ask for information about the page instead of asking > for the page itself. > Yeah, I was

RE: set headers in CFHTTP?

2005-06-22 Thread Dave Watts
> Does method="HEAD" get you where you need to be? I don't see how that would help - that won't automatically add HTTP request headers, it'll simply ask for information about the page instead of asking for the page itself. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Softw

Re: set headers in CFHTTP?

2005-06-22 Thread Dave Carabetta
On 22 Jun 2005 11:51:01 -0400, Chase Seibert <[EMAIL PROTECTED]> wrote: > Sorry for the double-post. I meant to start a new thread. > > > Is there any way to set a header item in an outgoing CFHTTP request? I'm > working with an API that needs a custom header item inserted in a GET > request. I

RE: set headers in CFHTTP?

2005-06-22 Thread Dave Watts
> Is there any way to set a header item in an outgoing CFHTTP > request? I'm working with an API that needs a custom header > item inserted in a GET request. I'm thinking something like: > > http://server1/xmlnotify.asp"; method="GET"> > HTTP_AUTHORIZATION: Digest userName="cseibert" > nonce="

set headers in CFHTTP?

2005-06-22 Thread Chase Seibert
Sorry for the double-post. I meant to start a new thread. Is there any way to set a header item in an outgoing CFHTTP request? I'm working with an API that needs a custom header item inserted in a GET request. I'm thinking something like: http://server1/xmlnotify.asp"; method="GET"> HTTP_AUT