I'm not sure if this is the appropriate place to ask this, but here goes.
I'm building an account sign-up form for a bank. Basically, they don't have the facilities to store the information in-house so we are using a 3rd party "secure-forms" service.
So, the application is a three step process and at the end, all form information is sent to this 3rd party using curl. The 3rd partys servers are ssl enabled as well as the clients website.
I only know a little about curl, so I was just wondering, is using curl to transfer the information between the servers secure?
Hope I was clear. Thanks in advance.
I'm building an account sign-up form for a bank. Basically, they don't have the facilities to store the information in-house so we are using a 3rd party "secure-forms" service.
So, the application is a three step process and at the end, all form information is sent to this 3rd party using curl. The 3rd partys servers are ssl enabled as well as the clients website.
I only know a little about curl, so I was just wondering, is using curl to transfer the information between the servers secure?
Hope I was clear. Thanks in advance.