PCIコンプライアンスに問題があります。基本的に、フィールドが存在https://
するすべてのページに追加してほしいとのことです。password
これはちょっと奇妙です。
私のフォームは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" size=16 maxlength="20" name="pass" class="ifield" id="login_pass"/>
<input name="msubmit" type="submit" value="Login" />
</form>
https:に投稿しようとしまし<form method=post action="https://test.com/login.php" id="login">
たが、テストは失敗します。
この問題をどのように修正すればよいですか?