tags:

views:

141

answers:

1

How do I hit a url and read data using CFHTTP?

A: 

Without more to your answer not much to answer but just in case...

<cfset url = some value>
<cfhttp url="#url#">
<cfdump var="#cfhttp#">

You can analyze the dump to see how to access what you'll need form the response.

Richard
I am fairly certain he is talking about the CoreFoundation http api (CFHTTP) on iPhone, not cold fusion.
Louis Gerbarg
Thanks for the clarification Louis. Might there be a way to tag this as CoreFoundation and not ColdFusion / CFML?
Richard