neomorpheus
Programmer
I am working on a project that involves securing our login forms. Currently we have a login box on the homepage (not secure). We do have SSL on our whole site, so and work well. I have tried to submit the login on the homepage to a Though it works well, it is my opinion that to be totally secure, the login process needs to happen from a https to https page. So in this case our homepage which is not secure could not have securely transmitted to info the https page. Am I right?
Once I reach the secure page and move to non-secure page, i get an annoying popup- warning me of the impending danger
My question is-
Is there a workaround to make sure that the data is totally encrypted moving from http to https? Is there a way to get rid of the annoying https to http warning popup.
For example-
The login on the homepage is not https. But when submitted, it goes to a https page. Is that really secure?
Thanks for taking the time to read thru this and I hope you can shed some light on this topic for me. Much appreciated. Thanks.
Once I reach the secure page and move to non-secure page, i get an annoying popup- warning me of the impending danger
My question is-
Is there a workaround to make sure that the data is totally encrypted moving from http to https? Is there a way to get rid of the annoying https to http warning popup.
For example-
The login on the homepage is not https. But when submitted, it goes to a https page. Is that really secure?
Thanks for taking the time to read thru this and I hope you can shed some light on this topic for me. Much appreciated. Thanks.