Re: Any reason a cfhttp post can't be made in a component method?

2012-09-25 Thread Raymond Camden
Nope. On Tue, Sep 25, 2012 at 7:15 AM, Rick Faircloth r...@whitestonemedia.com wrote: Can anyone think of a reason that a cfhttp post can't be made within a component method? Rick ~| Order the Adobe Coldfusion Anthology

RE: Any reason a cfhttp post can't be made in a component method?

2012-09-25 Thread Rick Faircloth
Ok... next question. Can a jQuery ajax function be used to send post variables to a component method and have a cfhttp function post those variables to another domain, in this case, https://test.authorize.net/gateway/transact.dll ??? I'm at my wits end trying to process form data into two

RE: Any reason a cfhttp post can't be made in a component method?

2012-09-25 Thread Brook Davies
Hi Rick, There is no reason why this should not work via the CFC method or even via the direct ajax method. Some gateways however restrict access to approved IPs, so the ajax method, originating from the end user IP may not work directly, which is why you probably want to route it through a CFC.