Posted by adman4054 on August 13, 2007 at 6:15pm
I'm using the e-commerce module on 5.3. I have it set up to use Authorize.net. I thought that in setting it up all credit card info would be collected at their site, not my server. I'm getting a "302" error, which is a redirect to https on the domain I'm using. Is there a way to have it go right to Authorize while still utilizing the Drupal shopping cart?
I'm running this on a Windows 2003 server box with IIS6.
Thanks
Comments
not without rewriting the module...
The way the authorize.net module works is to collect the data on a secure (https domain) and submit it via a curl session to the authorize.net payment url.
It sounds like your sever isn't set up to serve https pages, which with this module would be a deal-breaker.