gpt4 book ai didi

php - 无法在 ubuntu 机器上接收 POST 值

转载 作者:行者123 更新时间:2023-12-04 18:51:49 28 4
gpt4 key购买 nike

这是一个很奇怪的问题。我将值作为 POST 发送到服务器,但服务器没有接收到它们。我最近在亚马逊 ec2 上设置了服务器。我已经安装了 ubuntu 3.13.0-44、apache 2.4、php5

我要发送什么?

通过 POST 到我的服务器的简单值。通过 chrome 中的 REST 控制台插件

我的服务器上的代码是什么?

$_POST["var"];

关于我在这里缺少什么的任何线索?

更新

访问日志:

14.99.0.122 - - [12/Jul/2015:14:02:52 +0000] "POST/reco/add_user_affiliation_to_neo HTTP/1.1"404 231 "-""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36(KHTML,如 Gecko)Chrome/43.0.2357.81 Safari/537.36"

我要发送到服务器的内容:

我正在为 chrome 使用 REST CONSOLE 插件。

请求方法:POST

正文

内容标题

内容类型:application/x-www-form-urlencoded

请求有效负载:var=testvalue

最佳答案

请在您的php.ini 中检查此参数的值。 .

post_max_size



因此,您不能使用像“8MB”这样的值:

The use of “MB” instead of “M” was invalid, but instead of throwing an error on startup, PHP internally interpreted this as a “0” since it was invalid. Since the post_max_size was effectively zero, nothing made it into the $_POST array.



希望它会有所帮助。

关于php - 无法在 ubuntu 机器上接收 POST 值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31368413/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com