I am using ASP.NET c# and I downloaded and have been testing the SDK code provided by authorize.net. My plan is to use the AIM style interface. I understand in the production environment I will have an SSL certificate installed on my web server so the data passed between the clients browser and my web server will be encrypted. What I am not 100% sure of is how the data that is POSTed/passed between my webserver and the authorize.net server is encrypted? Does that somehow also use the installed SSL certificate? Do I have to do any special coding for that?
Thanks
Wayne
11-27-2013 09:10 AM
It is using HTTPS, using authorize.net cert.
11-27-2013 09:35 AM