> My code: 
> <cfhttp method="get" name="stuff" 
> url="http://www.usaepay.com";> </cfhttp>
> 
> The result: The column name "<html>" is invalid. 
> 
> Any ideas?  My ultimate goal with this is to write wrappers 
> for custom reports on the usaepay site, so that different 
> departments in my client's company can see only their own 
> data.  USAePay makes it easy to see the data that you want 
> to, but there is no way on their site to restrict certain 
> users from seeing other information (they can either see any 
> report, or they can't.)

Don't use the NAME attribute unless you're fetching a page of CSV data. Just
reference the returned HTML page using CFHTTP.FileContent.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=38

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182882
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to