- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How is data encrypted between webserver and authorize.net server?
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is using HTTPS, using authorize.net cert.
โ11-27-2013 09:35 AM

