VB Winsock 模拟发送数据到网站的问题
我用VB模拟一个数据模拟发送工具。在大部分网站上都可以使用。但在一些网站上用不了。返回的数据如下:HTTP/1.1200OKDate:Fri,12Feb201005:02...
我用VB 模拟一个数据模拟发送工具。在大部分网站上都可以使用。但在一些网站上用不了。返回的数据如下:
HTTP/1.1 200 OK
Date: Fri, 12 Feb 2010 05:02:40 GMT
Server: Apache
X-Powered-By: PHP/5.2.6
Pragma: no-cache
Cache-Control: no-cache
Expires: 0
Set-Cookie: o=deleted; expires=Thu, 12-Feb-2009 05:02:39 GMT; path=/
Node: CMS-02-B22
P3P: CP="CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR"
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 87
Keep-Alive: timeout=2, max=30
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
?
请高手指点一下,上面的代码是什么意思? 展开
HTTP/1.1 200 OK
Date: Fri, 12 Feb 2010 05:02:40 GMT
Server: Apache
X-Powered-By: PHP/5.2.6
Pragma: no-cache
Cache-Control: no-cache
Expires: 0
Set-Cookie: o=deleted; expires=Thu, 12-Feb-2009 05:02:39 GMT; path=/
Node: CMS-02-B22
P3P: CP="CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR"
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 87
Keep-Alive: timeout=2, max=30
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
?
请高手指点一下,上面的代码是什么意思? 展开
1个回答
展开全部
HTTP 1.1 正常
时间 Fri, 12 Feb 2010 05:02:40 GMT
Apache服务器
技术支持: PHP 5.2.6
杂注:无缓存
高速缓存控制:无缓存
不过期
额外的Cookie:o=deleted; expires=Thu, 12-Feb-2009 05:02:39 GMT; path=/
Node: CMS-02-B22
P3P: CP="CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR"
Vary: Accept-Encoding
编码方式:GZip
文件长度:87
Keep-Alive: timeout=2, max=30
Connection: Keep-Alive,应该是Conection:close
文件类型: html; 字符类型=UTF-8
这是HTML/Http的解释代码,总觉得不正常,而且代码也太长了。
时间 Fri, 12 Feb 2010 05:02:40 GMT
Apache服务器
技术支持: PHP 5.2.6
杂注:无缓存
高速缓存控制:无缓存
不过期
额外的Cookie:o=deleted; expires=Thu, 12-Feb-2009 05:02:39 GMT; path=/
Node: CMS-02-B22
P3P: CP="CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR"
Vary: Accept-Encoding
编码方式:GZip
文件长度:87
Keep-Alive: timeout=2, max=30
Connection: Keep-Alive,应该是Conection:close
文件类型: html; 字符类型=UTF-8
这是HTML/Http的解释代码,总觉得不正常,而且代码也太长了。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询