问答详情
源自:1-2 telnet模拟get和post方法

通过telnet发送POST数据,发送成功了,但$_POST输出却是空的?


POST /TEST/http/http002.php HTTP/1.1
Host:localhost
Content-Type:application/x-www-form-urlencoded 
Content-Length:34

username=abc808088&password=123456
-----------------------------------------
输出结果:
username=abc808088&password=123456HTTP/1.1 200 OK
Date: Tue, 17 Oct 2017 12:40:59 GMT
Server: Apache/2.4.27 (Win64) PHP/5.6.31
X-Powered-By: PHP/5.6.31
Content-Length: 182
Content-Type: text/html; charset=UTF-8

array(0) {}  //此处应显示为var_dump($_POST),结果确为空;



提问者:慕粉18713439915 2017-10-17 20:54

个回答

  • ECHO_JUST_DO_IT
    2018-01-01 15:15:26

    我也是你这种情况,响应了,但是$_post是空,解决了吗?

  • 大叔_fighting
    2017-11-14 21:45:45

    .....