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.
我有这个问题:
我的页面中有一个 flash 对象,它向 php 脚本发送一些请求。 使用萤火虫,我可以看到 swf 对象正在发送的所有帖子参数(见附图),但在我的脚本中,我无法检索它们。
我在尝试:
var_dump($_POST); var_dump($_GET); echo file_get_contents('php://input');
然而,一切都是空的。
我失踪的线索是什么?
提前致谢
可能是因为有一个 301 重定向(即屏幕截图上的301 Moved Permanently )。POST 数据不包括重定向。