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.
我一直在运行一个 php 文件的 Web 服务。没有明显的原因(可能是一些设置更改?),它现在突然没有“注意到”发布的请求。
当我回显 var_dump($_POST) 时,我得到一个长度为 0 的数组。如果我在不同的脚本上以相同的方式发布相同的请求,它工作正常。这个不同的脚本托管在不同的服务器上。
你们知道什么配置可能被意外更改了,因为我的 php 脚本没有收到发布请求吗?
谢谢!
我将从重写开始。例如,重写为完整的 url ( http://...) 会导致 POST 信息丢失。
http://...