RE: CFHTTP return data....

2004-02-27 Thread Paul Kenney
Butch, What is the purpose of the HTTP request?  Do you want html content from the remote server or are you looking to transfer structured data between servers?  If you are transfering data, then have you considered WDDX for a data format?  I don't even know if the other server can construct WDDX,

Re: CFHTTP return data....

2004-02-27 Thread Butch Zaccheo
Thanx Dave.. I¹ll give that a try. I was hoping I didn¹t have to... Oh well... :) BZaccheo On 2/27/04 10:10 AM, "Dave Watts" <[EMAIL PROTECTED]> wrote: >> > What¹s the best way to access variables returned from an >> > inprocess cfhttp request. When using cfhttp.filecontent I get >> > an html

RE: CFHTTP return data....

2004-02-27 Thread Dave Watts
> What¹s the best way to access variables returned from an > inprocess cfhttp request. When using cfhttp.filecontent I get > an html formatted string back instead of usable variables. If you use CFHTTP to fetch an HTML page, you'll have to parse CFHTTP.FileContent to get what you're after. Strin