Re: CFHTTP resolving URLS?

2008-05-04 Thread James Holmes
ge > From: Mike Chabot <[EMAIL PROTECTED]> > To: CF-Talk > 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 va

Re: CFHTTP resolving URLS?

2008-05-04 Thread Nate Willard
I haven't been able to get it to work. Any other ideas? Thxs - Original Message From: Mike Chabot <[EMAIL PROTECTED]> To: CF-Talk 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

Re: CFHTTP resolving URLS?

2008-05-03 Thread Mike Chabot
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 dum

CFHTTP resolving URLS?

2008-05-03 Thread Nate Willard
Hello all, Quick question. If I have a URL such as: "http://feeds.feedburner.com/~r/Techcrunch/~3/283066435/"; Which resolves to: "http://www.techcrunch.com/2008/05/03/yahoo-responds/"; When I call "http://feeds.feedburner.com/~r/Techcrunch/~3/283066435/"; in the first CFHTTP, its automatica