$ _POST在nginx中为空

时间:2014-03-12 21:07:31

标签: php python post nginx

我正在使用python的 urllib 将POST请求发送到PHP程序:

phonehome_url = "example.com/phonehome.php"
urllib.urlopen(phonehome_url, site_info);

site_info是这样的数组:[{'name': 'Technische Universitaet Muenchen', 'url': 'http://www.tum.de', 'site_id': 11599, 'longitude': 11.5669, 'login_base': 'tumple', 'latitude': 48.1493}]

phonehome.php收到空$_POST。我的网络服务器是nginx。 任何的想法?我已经尝试修改fastcgi-params,不起作用。


我在没有这个问题的情况下在Apache上做了同样的事情。

1 个答案:

答案 0 :(得分:0)

我做对了,但通常请求类型是GET。 http://docs.python.org/2/library/urllib.html