HTML POST to another site

K

Kit Truong

I have a form on a secured server, i.e https://myform.com/form.asp

The data from this form has to be stored in a database on another webserver
that is not secured with the POST command, i.e.
http://saveform.com/saveform.asp

My questions are:
1. Is the data still secured when posting from an ssl site to not ssl site?
2. Will there be security warnings when client leaves secure site.
3. Any other ideas?

Thanks.
 
J

Jeff Thies

Kit said:
I have a form on a secured server, i.e https://myform.com/form.asp

The data from this form has to be stored in a database on another webserver
that is not secured with the POST command, i.e.
http://saveform.com/saveform.asp

My questions are:
1. Is the data still secured when posting from an ssl site to not ssl site?

No. Why would it be?
2. Will there be security warnings when client leaves secure site.

Yes, unless client has turned off warnings.

Jeff
 
A

Art Sackett

Kit Truong said:
1. Is the data still secured when posting from an ssl site to not ssl site?
No.

2. Will there be security warnings when client leaves secure site.

This depends upon client configuration, but there will in many or most
cases be client security warnings.
3. Any other ideas?

If you have the ability to deploy some kind of software on the SSL
server, write or buy something that will take in the data on the SSL
server, then transfer it *securely* to the target host. If it was mine
to do, I'd use SSH (or scp) to transfer the data from the SSL server
to the target host.

The cleanest implementation would be to just go ahead and buy the
signature for an SSL cert on the target host. It'd probably be cheaper
than the cost of labor to write a custom app for the SSL server you're
using now.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top