私はindex.php
ログインフォームを持っています:
<form method=post action="login.php" id="login">
<input type="text" size="16" maxlength="30" name="login" id="login_user" />
<input type="password" name="pass" id="login_pass"/>
<input name="msubmit" type="submit" value="Login" />
</form>
フォームが安全な回線で確実に処理されるようにするにはどうすればよいですか?
追加する必要がありhttps://
ますか?
<form method=post action="https://test.com/login.php" id="login"
何か案は?
ありがとう。