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
2009-11-18 19:41:34
I am fairly certain he is talking about the CoreFoundation http api (CFHTTP) on iPhone, not cold fusion.
Louis Gerbarg
2009-11-18 19:46:54
Thanks for the clarification Louis. Might there be a way to tag this as CoreFoundation and not ColdFusion / CFML?
Richard
2009-12-22 17:00:55