工作中遇到一个页面,该页面是不能cache的,但是其http头是这么写的: Cache-Control: ma …
分类存档:HTTP协议
利用httpwatch做web自动化测试和分析
httpwatch 是个不错的东西,它是web开发者的一把利器;另一把利器就是Firebug 。关于httpw …
rfc 摘录
1 |
rfc2965<br /><br />The term effective host name is related to host name. If a host name<br /> contains no dots, the effective host name is that name with the<br /> string .local appended to it. Otherwise the effective host name is<br /> the same as the host name. Note that all effective host names<br /> contain at least one dot.<br /><hr /><br /><br /><br />Host A's name domain-matches host B's if<br /><br /> * their host name strings string-compare equal; or<br /><br /> * A is a HDN string and has the form NB, where N is a non-empty<br /> name string, B has the form .B', and B' is a HDN string. (So,<br /> x.y.com domain-matches .Y.com but not Y.com.)<br /><br /> Note that domain-match is not a commutative operation: a.b.c.com<br /> domain-matches .c.com, but not the reverse<br /><hr /><br />.<br /><br /><br /><br /> |
关于cookie的几点研究
1. 关于父域和子域使用相同cookie的情况 在 PHP(5)的源码中,main/php_var …
curl 命令使用cookie
curl -c cookie.txt www.baidu.comcat cookie.txt# Netscap …
关于httpwatch的使用
今天想下载几段戏曲,但是很多网页播放器能播放的东西都不是好下载的,首先找数据源就比较麻烦,下面介绍一种办法。1 …
浏览器与http referer的问题
关于referer,它有很多用途,但是,只有我们真正理解了其含义,才不至于错用,下面说几个referer需要注 …
httpwatch 与 gzip
我非常喜欢使用httpwatch来查看客户端与服务器之间的交互 …
List of HTTP status codes
http://en.wikipedia.org/wiki/List_of_HTTP_status …
HTTP 协议基础,http头信息详解
HTTP(HyperTextTransferProtocol)是超文本传输协议的缩写,它用于传送WWW方式的数 …