Thanks, Dave, that was it.  Man, do I feel dumb.  Now I have a new problem. *g*  Now 
I'm trying to get one of the pages that requires login, and I'm sending the username 
and password in the request, but I'm getting the login page instead.  Am I missing 
some other important parameter, or does it sound like this is just not going to work 
on this site?

thanks,
Carol

> 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.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Sams Teach Yourself Regular Expressions in 10 Minutes  by Ben Forta 
http://www.houseoffusion.com/banners/view.cfm?bannerid=40

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182888
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to