<form action="send_mail.php" method="post">
我的联系表单以上面的代码开头。但我不知道有多变。现在是:
<form action="send_mail.php" method="post">
<input type='hidden' name='__token_timestamp__' value='1394868839'>
<input type='hidden' name='__token_val__' value='46fdb629bfcf8bf29d36c76be0a323cb'>
与我的注册表格类似。表单方法是post,但在提交表单后,我通过url看到所有表单数据。
任何人都可以帮助我。
答案 0 :(得分:0)
您如何创建表单?看起来您正在使用的框架是自动添加CSRF保护