In a thread I just posted today I discussed a component I wrote that uses WinHTTPRequest ( http://msdn.microsoft.com/library/en-us/winhttp/http/winhttprequest.asp). I use the component as an interface to load data using a user-authenticated web site. The site is designed as a user interface and NOT a web service. The response header that comes back holds cookie values. I parse the header and capture the cookie values and them pass them with each subsequent request as well as passing the previous requested page as the referrer. Let me know if there are specific details I can help you with.
On Mon, Feb 25, 2008 at 11:26 AM, Ryan Stille <[EMAIL PROTECTED]> wrote: > Do many web services use cookies? I think authentication is usually > controlled by having you send your credentials with each request. Or you > send your credentials initially, then are given a token you must pass > back in with each request. > > -Ryan > > Brad Wood wrote: > > I didn't get any takers with this. Anyone? > > > > ~Brad > > > > -----Original Message----- > > From: Brad Wood [mailto:[EMAIL PROTECTED] > > Sent: Friday, February 22, 2008 4:07 PM > > To: CF-Talk > > Subject: accepting/returning cookies with cfinvoke > > > > If I am using cfinvoke to consume a web service, will ColdFusion accept > > and or return cookies set by the third party for authentication > > purposes? > > > > I'm thinking no, but how then does one do that? > > > > ~Brad > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299835 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

