What code did you use? I've done this in the past with no problems. On Mon, May 5, 2008 at 6:08 AM, Nate Willard <[EMAIL PROTECTED]> wrote: > I haven't been able to get it to work. > > Any other ideas? > > Thxs > > > > > ----- Original Message ---- > From: Mike Chabot <[EMAIL PROTECTED]> > To: CF-Talk <[email protected]> > Sent: Saturday, May 3, 2008 8:51:32 PM > Subject: Re: CFHTTP resolving URLS? > > If you turn off redirection in the cfhttp tag you might be able to > pull the new location out of the cfhttp.responseHeader variable, such > as cfhttp.responseHeader['location']. You wouldn't end up at your > final destination though and would have to call cfhttp again to get > the content. If you do a dump of the cfhttp variable, and the new > location isn't there, then that data point isn't available. You could > always use an alternative to cfhttp, such as some Java function or > maybe calling a program like wget using cfexecute.
-- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304732 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

