Avoiding SSL “You are about to be redirected to a connection that is not secure.” message

后端 未结 8 2035
天涯浪人
天涯浪人 2020-12-30 09:51

I have a login screen which I\'m serving over SSL. The user fills in their login/password, this gets POSTed to the server. At this point I want to jump out of SSL, so I re

8条回答
  •  囚心锁ツ
    2020-12-30 10:45

    Gmail, yahoo, etc. use SSL for an encrypted iframe, which authenticates, but there's none of the in-page redirection you're talking about. The whole page isn't encrypted for these login systems.

提交回复
热议问题