http协议响应
时间:2011-11-01
来源:互联网
我通过telnet向我自己开的nginx发送了POST请求
POST /slu/index.php HTTP/1.1
Host:localhost
Content-Type:text/xml
Content-Length:2
Connection:close
ab
返回的内容是:
HTTP/1.1 200 OK
Server: nginx/1.0.5
Date: Tue, 01 Nov 2011 08:24:10 GMT
Content-Type: text/plain
Transfer-Encoding: chunked
Connection: close
X-Powered-By: PHP/5.3.6-13ubuntu3.2
5
ab
0
我的nginx的php脚本内容是
<?php
header("Content-Type: text/plain");
$slu = file_get_contents("php://input");
echo $slu;
?>
我想麻烦问下服务器的返回
5
ab
0
ab两端的数字是什么含义?谢谢啦
POST /slu/index.php HTTP/1.1
Host:localhost
Content-Type:text/xml
Content-Length:2
Connection:close
ab
返回的内容是:
HTTP/1.1 200 OK
Server: nginx/1.0.5
Date: Tue, 01 Nov 2011 08:24:10 GMT
Content-Type: text/plain
Transfer-Encoding: chunked
Connection: close
X-Powered-By: PHP/5.3.6-13ubuntu3.2
5
ab
0
我的nginx的php脚本内容是
<?php
header("Content-Type: text/plain");
$slu = file_get_contents("php://input");
echo $slu;
?>
我想麻烦问下服务器的返回
5
ab
0
ab两端的数字是什么含义?谢谢啦
作者: Shawn_F 发布时间: 2011-11-01
我晕倒,一个回复的没有??
作者: Shawn_F 发布时间: 2011-11-02
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28