ACJavascript
08-13-2004, 03:24 AM
Hello All,
Okay I have a question. My client wants to use Authorize.net AIM method to credit the users credit card. I am reading authorize.net's AIM guide and they say that you need to post the information to them from a secure server(HTTPS).
I do not have much experience with HTTPS. So my question is:
Do I need to do anything special with my scripts when working with the users information OTHER then accessing it from https???
like: http://www.mysite.com/script.asp - WRONG
https://www.mysite.com/script.asp - Correct (has SSL 128-bit connect)
Any ANY help on this matter would be greatly appreciated! :D
Okay I have a question. My client wants to use Authorize.net AIM method to credit the users credit card. I am reading authorize.net's AIM guide and they say that you need to post the information to them from a secure server(HTTPS).
I do not have much experience with HTTPS. So my question is:
Do I need to do anything special with my scripts when working with the users information OTHER then accessing it from https???
like: http://www.mysite.com/script.asp - WRONG
https://www.mysite.com/script.asp - Correct (has SSL 128-bit connect)
Any ANY help on this matter would be greatly appreciated! :D