I'm using a payment gateway (authorize.net) to process online CC transactions. Right now, to reconcile the transactions we've recorded against the transaction that the payment gateway has, a person will need to login into the payment gateway, then navigate to a page that lists the transactions. Rather than using this approach, is it possible to use cfhttp to do this for me? So cfhttp would login to the site, then once logged in, would navigate to the specified page?