Assuming you 'have their permission' to do this... Take a look at the cf_httpx custom tag. It has a lot of features that mirror cfhttp, but added features like sessions and cookie keeping.
What I have found in the past is, you may have to use a session sniffer to show you what is sent to each page in their system and what is returned. You might be surprised how many pages are 'loaded' before you are actually logged into their service. For one solution that I had to create I ended up using both cfhttp and cf_httpx to make it work. It was just plain difficult. Good luck, William -- William E. Seiter Have you ever read a book that changed your life? Go to: www.winninginthemargins.com Enter passkey: goldengrove Web Developer / ColdFusion Programmer http://William.Seiter.com -----Original Message----- From: Gilbert Midonnet [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 9:20 PM To: CF-Talk Subject: cfhttp, pulling from secure site I've been doing some reading regarding pulling and pushing data to 3rd party sites. While the broad concepts seem simple implementing them are more complicated. (What else is new?) I'm trying to pull data from several password protected sites and am unable (for instance American Express). Any ideas? thx ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:300614 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

