Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我使用 URL www.mysite.com/?test=execute($_GET 数组将始终为空。我在尝试提交带有字符串“execute(”的表单时注意到这一点,它不会提交。
这包括 POST 和 GET,它不接受字符串“execute(”。服务器上的此安全功能是否可以在我的本地计算机上正常工作?
您可能在 Apache 中安装了 mod_security。