CFHTTP Questions
I have what seems like a very simple task.
I need to use cfhhtp to browse a page and save the contents to a file on the server
My code is:
<cfhttp method="GET" url="https://manage.sprintpcs.com/specialoffers/CheckRebate.do?dispatch=checkRebate&phoneNumber=7815401785&zipCode=02494" resolveurl="Yes" port="443">
</cfhttp>
<cfoutput>#cfhttp.filecontent#</cfoutput>
Seems easy enough... try it... see that the results of the cfhhtp are different than the actual data that gets returned from viewing the url in a browser.
Any ideas?
There HAS to be a way to do this with ColdFusion.
