manelandrce
Programmer
I would like to transfer data within my site using HTTPS forms.
I have a link to a https page (within my site), and in this https page I have a form with information like credit card, etc, etc and when I submit this form, I process this data in the same page (post back) but I receive a security alert message from IE, something like that: the data will be sent to a site not secure.
In the source code of the https page the form action is action="my_script.aspx?param=....", I suppouse that the form action should be action="
Any Idea?
I have a link to a https page (within my site), and in this https page I have a form with information like credit card, etc, etc and when I submit this form, I process this data in the same page (post back) but I receive a security alert message from IE, something like that: the data will be sent to a site not secure.
In the source code of the https page the form action is action="my_script.aspx?param=....", I suppouse that the form action should be action="
Any Idea?