我对 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">
但测试它仍然失败。
我应该如何解决这个问题?